Skip to content

Commit c0bc27d

Browse files
committed
Remove confusing comment in userID log tests
1 parent 09d1007 commit c0bc27d

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

integrationtests/controller/bundle/userid_logging_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ var _ = Describe("Bundle UserID logging", func() {
9999
ContainSubstring(`"userID": "`+userID+`"`),
100100
))
101101

102-
// Verify the logs contain both bundle context and userID
103102
Expect(logs).To(ContainSubstring("bundle"))
104103
Expect(logs).To(ContainSubstring(bundle.Name))
105104
})

integrationtests/gitjob/controller/userid_logging_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ var _ = Describe("GitRepo UserID logging", func() {
6262
ContainSubstring(`"userID": "`+userID+`"`),
6363
))
6464

65-
// Verify the logs contain both gitrepo context and userID
6665
logs := logsBuffer.String()
6766
Expect(logs).To(ContainSubstring("gitjob"))
6867
Expect(logs).To(ContainSubstring(gitrepo.Name))

0 commit comments

Comments
 (0)