We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8181b48 commit 6a82b07Copy full SHA for 6a82b07
tests/integration/claims/test_claim_commands.py
@@ -2115,7 +2115,7 @@ async def test_abandoning_stream_at_loss(self):
2115
async def test_publish(self):
2116
2117
# errors on missing arguments to create a stream
2118
- 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'."):
2119
await self.daemon.jsonrpc_publish('foo')
2120
2121
# successfully create stream
0 commit comments