Skip to content
Snippets Groups Projects
Verified Commit 4688abd5 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

add failing test

parent 671d2569
Branches add-failing-test
No related tags found
1 merge request!4Add failing test
Pipeline #158040 failed
......@@ -35,3 +35,6 @@ class TestGetHello(unittest.TestCase):
response = client.get("/hello", params={"name": "Bernd"})
self.assertEqual(response.status_code, 200)
self.assertEqual(response.json(), "Bye.")
def test_fail(self) -> None:
self.assertTrue(False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment