Skip to content

Commit

Permalink
remove stray return
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin committed Jan 21, 2025
1 parent 5a832f6 commit 05f93e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rest/blip_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ func (btr *BlipTesterReplicator) initHandlers(btc *BlipTesterClient) {
require.False(btr.TB(), msg.NoReply(), "expected delta rev message to be sent without noreply flag: %+v", msg)
response := msg.Response()
response.SetError("HTTP", http.StatusUnprocessableEntity, "test code intentionally rejected delta")
return
}

// unmarshal body to extract deltaSrc
Expand Down

0 comments on commit 05f93e4

Please sign in to comment.