Update expected error string on missing bid.
This commit is contained in:
parent
f7dfc66eff
commit
4a1b1da8f6
1 changed files with 1 additions and 1 deletions
|
@ -2129,7 +2129,7 @@ class StreamCommands(ClaimTestCase):
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue