We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4259ed7 commit f4ddcecCopy full SHA for f4ddcec
pkg/gather/clusterconfig/olm_operators_test.go
@@ -56,7 +56,7 @@ func TestOLMOperatorsGather(t *testing.T) {
56
if ooa.operators[0].Name != "test-olm-operator" {
57
t.Fatalf("unexpected name of gathered OLM operator %s", ooa.operators[0])
58
}
59
- if ooa.operators[0].Version != "v6.6.6" {
+ if ooa.operators[0].Version != "v1.2.3" {
60
t.Fatalf("unexpected version of gathered OLM operator %s", ooa.operators[0])
61
62
0 commit comments