Skip to content

Commit 6a82b07

Browse files
committed
Update expected error string on missing bid.
1 parent 8181b48 commit 6a82b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/claims/test_claim_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2115,7 +2115,7 @@ async def test_abandoning_stream_at_loss(self):
21152115
async def test_publish(self):
21162116

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

21212121
# successfully create stream

0 commit comments

Comments
 (0)