Skip to content

Commit

Permalink
addressing comments
Browse files Browse the repository at this point in the history
Signed-off-by: shenda1 <[email protected]>
  • Loading branch information
shenda1 committed Dec 13, 2024
1 parent ec3422d commit 9a8809e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replication_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func TestClientIMPL_ModifyReplicationRule(t *testing.T) {
httpmock.Activate()
defer httpmock.DeactivateAndReset()
httpmock.RegisterResponder("PATCH", fmt.Sprintf("%s/%s", replicationRuleMockURL, replicationRuleID),
httpmock.NewStringResponder(201, ""))
httpmock.NewStringResponder(204, ""))

modifyParams := ReplicationRuleModify{
Name: "rr-test-modified",
Expand Down

0 comments on commit 9a8809e

Please sign in to comment.