Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 21, 2024
1 parent 948a41c commit ba962d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/clients/eigenda_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -515,5 +515,5 @@ func TestPutBlobNoopSigner(t *testing.T) {
test[0] = 0x00 // make sure the first byte of the requst is always 0
quorums := []uint8{0}
_, _, err := disperserClient.DisperseBlobAuthenticated(context.Background(), test, quorums)
assert.EqualError(t, err, "noop signer cannot get accountID")
assert.EqualError(t, err, "please configure signer key if you want to use authenticated endpoint noop signer cannot get accountID")
}

0 comments on commit ba962d7

Please sign in to comment.