Skip to content

Commit

Permalink
Update expected error string on missing bid.
Browse files Browse the repository at this point in the history
  • Loading branch information
moodyjon committed May 18, 2022
1 parent 8181b48 commit 6a82b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/claims/test_claim_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@ async def test_abandoning_stream_at_loss(self):
async def test_publish(self):

# errors on missing arguments to create a stream
with self.assertRaisesRegex(Exception, "'bid' is a required argument for new publishes."):
with self.assertRaisesRegex(Exception, "None or null is not valid value for argument 'bid'."):
await self.daemon.jsonrpc_publish('foo')

# successfully create stream
Expand Down

0 comments on commit 6a82b07

Please sign in to comment.