Skip to content

Commit

Permalink
Fix restricted blobber tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Jan 13, 2025
1 parent 3a619b8 commit a901658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli_tests/zboxcli_restricted_blobber_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func TestRestrictedBlobbers(testSetup *testing.T) {
// Setup wallet and create allocation
_ = setupWallet(t, configPath)

options := map[string]interface{}{"size": "1024", "data": "3", "parity": "3", "lock": "0.5", "force": "true"}
options := map[string]interface{}{"size": "1024", "data": "3", "parity": "3", "lock": "0.5", "force": "true", "auth_round_expiry": 1000000000000000}
output, err = createNewAllocationWithoutRetry(t, configPath, createParams(options))
require.NotNil(t, err)
require.True(t, len(output) > 0, "expected output length be at least 1", strings.Join(output, "\n"))
Expand Down

0 comments on commit a901658

Please sign in to comment.