From b6edab4ae18c190a930c44004d465c4def08de04 Mon Sep 17 00:00:00 2001 From: Tom de Bruijn Date: Thu, 11 Jan 2024 18:00:25 +0100 Subject: [PATCH] Show failures in CI --- tests/test_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_client.py b/tests/test_client.py index bf57361..6c62039 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -14,6 +14,7 @@ def test_client_options_merge_sources(): assert client._config.options["name"] == "MyApp" assert client._config.options["push_api_key"] == "some_key" assert "app_path" in client._config.options + assert 1 == 2 def test_client_agent_inactive():