Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Kalpakchiev committed Nov 11, 2024
1 parent 30f4b3e commit 1f56163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions origin/blobserver/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ func TestReadiness(t *testing.T) {
s := newTestServer(t, master1, hashRingMaxReplica(), cp)
defer s.cleanup()

backendClient := s.backendClient(backend.ReadinessNamespace, true)
backendClient := s.backendClient(backend.ReadinessCheckBlobNamespace, true)

backendClient.EXPECT().Download(backend.ReadinessNamespace, backend.ReadinessName, bytes.NewBuffer([]byte{})).
backendClient.EXPECT().Download(backend.ReadinessCheckBlobNamespace, backend.ReadinessCheckBlobName, bytes.NewBuffer([]byte{})).
Return(tc.mockDownloadErr)

resp, err := httputil.Get(
Expand Down

0 comments on commit 1f56163

Please sign in to comment.