Skip to content

Commit 01470b2

Browse files
committed
pkg/cvo/cvo_scenarios_test: Fix "Retrive" -> "Retrieve" typo
Typo is from d06f4be (pkg/cvo: ensure payload is retirved once when forced upgrade, 2019-08-30, #244).
1 parent 4b5876e commit 01470b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cvo/cvo_scenarios_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ func TestCVO_UpgradeUnverifiedPayload(t *testing.T) {
11111111
})
11121112
}
11131113

1114-
func TestCVO_UpgradeUnverifiedPayloadRetriveOnce(t *testing.T) {
1114+
func TestCVO_UpgradeUnverifiedPayloadRetrieveOnce(t *testing.T) {
11151115
o, cvs, client, _, shutdownFn := setupCVOTest("testdata/payloadtest-2")
11161116

11171117
// Setup: a successful sync from a previous run, and the operator at the same image as before

0 commit comments

Comments
 (0)