Skip to content

Commit 6c77922

Browse files
committed
Change unit tests for latest changes.
1 parent 5646ed5 commit 6c77922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_aries_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async def test_init_webhook_server_terminate(self, caplog):
9999
await ac.init_webhook_server(
100100
self.webhook_host, self.webhook_port, self.webhook_base
101101
)
102-
assert "Webhook server started." in caplog.text
102+
assert "Webhook server started" in caplog.text
103103
res = await ac.webhook_server.terminate()
104104
assert "Webhook server terminated." in caplog.text
105105
assert res is None

0 commit comments

Comments
 (0)