Skip to content

Commit 6fe43b5

Browse files
E2e test
Signed-off-by: Vishesh Tanksale <vtanksale@nvidia.com>
1 parent 5ea42b5 commit 6fe43b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/nim-operator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ var _ = Describe("NIM Operator", Ordered, func() {
116116
Expect(err).NotTo(HaveOccurred())
117117
nimCache, err := cli.AppsV1alpha1().NIMCaches(testNamespace.Name).Get(ctx, "meta-llama3-8b-instruct", metav1.GetOptions{})
118118
Expect(err).NotTo(HaveOccurred())
119-
log.Println(nimCache)
119+
log.Printf("%+v\n", nimCache.Status)
120120
})
121121

122122
It("should go to READY state", func(ctx context.Context) {

0 commit comments

Comments
 (0)