From 760e2a25e496ad0fa5c5278b83ce8c6076208ce9 Mon Sep 17 00:00:00 2001 From: Jonathan Moody <103143855+moodyjon@users.noreply.github.com> Date: Wed, 18 May 2022 13:14:20 -0400 Subject: [PATCH] Update expected error string on missing bid. --- tests/integration/claims/test_claim_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/claims/test_claim_commands.py b/tests/integration/claims/test_claim_commands.py index ae0898f8ff..577390539b 100644 --- a/tests/integration/claims/test_claim_commands.py +++ b/tests/integration/claims/test_claim_commands.py @@ -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