diff --git a/src/services/k8s/knative_test.go b/src/services/k8s/knative_test.go index 2a122ae..6f95106 100644 --- a/src/services/k8s/knative_test.go +++ b/src/services/k8s/knative_test.go @@ -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]) } +