Skip to content

Commit 7e32b6b

Browse files
johscheuerammolitor
authored andcommitted
Update e2e/test_operator/operator_test.go
1 parent d75d549 commit 7e32b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/test_operator/operator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ var _ = Describe("Operator", Label("e2e", "pr"), func() {
17381738
// Make sure that the status of the FoundationDB resource only has proxies defined.
17391739
Expect(cluster.Status.DatabaseConfiguration.RoleCounts.GrvProxies).To(BeZero())
17401740
Expect(cluster.Status.DatabaseConfiguration.RoleCounts.CommitProxies).To(BeZero())
1741-
Expect(cluster.Spec.DatabaseConfiguration.RoleCounts.Proxies).NotTo(BeZero())
1741+
Expect(cluster.Status.DatabaseConfiguration.RoleCounts.Proxies).NotTo(BeZero())
17421742
})
17431743
})
17441744
})

0 commit comments

Comments
 (0)