Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed May 4, 2023
1 parent d1ad599 commit 5cd018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/resourcemanager/testutil/operations_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var updateNotFoundOperation = buildSingleStepOperation(singleStepOperationTester
},
assertResponse: func(t *testing.T, resp *http.Response, ct contentTypeConverter, rt ResourceTypeTest) {
t.Helper()
dumpResponseIfNot(t, assert.Equal(t, 204, resp.StatusCode), resp)
dumpResponseIfNot(t, assert.Equal(t, 404, resp.StatusCode), resp)
},
})

Expand Down

0 comments on commit 5cd018f

Please sign in to comment.