Skip to content

Commit

Permalink
chore: to be aligned with knative test file in main
Browse files Browse the repository at this point in the history
  • Loading branch information
spchortis committed Oct 13, 2023
1 parent d224e75 commit 1f3af6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/k8s/knative_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ func TestLoadManifest(t *testing.T) {
assert.Assert(t, annotations[UpdateTimestampAnnotationName] != "", "Missing %s annotation", UpdateTimestampAnnotationName)
assert.Assert(t, annotations[UpdateShaAnnotationName] == commitSha, "Expected %s SHA, got %s", commitSha, annotations[UpdateShaAnnotationName])
}

0 comments on commit 1f3af6b

Please sign in to comment.