Skip to content
Snippets Groups Projects
Commit bbe69336 authored by Matthew Bradburn's avatar Matthew Bradburn
Browse files

change expected error to match actual

parent 617b44a4
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ func TestWaitForOpBackOff(t *testing.T) {
Location: "location",
Message: "message",
},
expectedError: errors.New("operation error: {code location message [] []}"),
expectedError: errors.New("operation error: {code [] location message [] []}"),
},
"backoff factory not defined": {
backoffFactoryNotDefined: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment