Skip to content

Commit

Permalink
Fix Spelling Mistake in TestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
khrm authored and tekton-robot committed Jul 21, 2020
1 parent e46a298 commit 1f18b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/sink/sink_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ func TestHandleEventWithInterceptorsAndTriggerAuth(t *testing.T) {
}

if resp.StatusCode != testCase.statusCode {
t.Fatalf("Response code doesn't match: expected status code %d vs. actual %d, entire statutes %v",
t.Fatalf("Response code doesn't match: expected status code %d vs. actual %d, entire status %v",
testCase.statusCode,
resp.StatusCode,
resp.Status)
Expand Down Expand Up @@ -1076,7 +1076,7 @@ func TestHandleEventWithBitbucketInterceptors(t *testing.T) {
}

if resp.StatusCode != http.StatusCreated {
t.Fatalf("Response code doesn't match: expected status code %d vs. actual %d, entire statutes %v",
t.Fatalf("Response code doesn't match: expected status code %d vs. actual %d, entire status %v",
http.StatusCreated,
resp.StatusCode,
resp.Status)
Expand Down

0 comments on commit 1f18b92

Please sign in to comment.