Skip to content

Commit

Permalink
fix test failure with #70
Browse files Browse the repository at this point in the history
  • Loading branch information
johejo committed Apr 12, 2020
1 parent fc90f6e commit 457dc02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -740,9 +740,9 @@ func TestGitHubActions(t *testing.T) {
ci: CI{
PR: PullRequest{
Revision: "abcdefg",
Number: 0,
Number: 0,
},
URL: "https://github.com/mercari/tfnotify/runs/12345",
URL: "https://github.com/mercari/tfnotify/actions/runs/12345",
},
ok: true,
},
Expand Down

0 comments on commit 457dc02

Please sign in to comment.