From 872753187c04e67f86cbe04a07a56410c563dc0f Mon Sep 17 00:00:00 2001 From: Martynas Asipauskas Date: Thu, 14 Nov 2024 12:06:47 +0000 Subject: [PATCH] test failure --- client/python/tests/integration/test_no_auth.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/python/tests/integration/test_no_auth.py b/client/python/tests/integration/test_no_auth.py index a3c30569856..fbb73e21011 100644 --- a/client/python/tests/integration/test_no_auth.py +++ b/client/python/tests/integration/test_no_auth.py @@ -214,3 +214,7 @@ def test_get_job_events_stream(client: ArmadaClient, queue_name): found_event = True break assert found_event + + +def test_assert_fails(): + assert False