Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
spchortis committed Oct 13, 2023
1 parent 9891b98 commit d224e75
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/services/k8s/knative_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,3 @@ 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])
}

//func TestAppSecretFlag(t *testing.T) {
// cli := GeticliForTesting(os.DirFS("../.."))
//
// err := cli.Run([]string{"initium", "appsecret", "secret-key"})
// if err == nil {
// t.Errorf("CLI should ask for an argument (secret-key) if not detected")
// }
//
//}

0 comments on commit d224e75

Please sign in to comment.