Skip to content

Commit 2f05e1a

Browse files
committed
Fix the comments in webhook testing
Signed-off-by: Harshad Reddy Nalla <[email protected]>
1 parent 17be0bb commit 2f05e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/odh-notebook-controller/controllers/notebook_webhook_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ var _ = Describe("The Openshift Notebook webhook", func() {
215215
}}}},
216216
},
217217
},
218-
// there is no update to the Notebook
218+
// valid new image is picked from user namespace.
219219
expectedImage: "quay.io/modh/odh-generic-data-science-notebook@sha256:5999547f847ca841fe067ff84e2972d2cbae598066c2418e236448e115c1728e",
220220
unexpectedEvents: []string{
221221
IMAGE_STREAM_NOT_FOUND_EVENT,

0 commit comments

Comments
 (0)