Configure posthog
Commit 11a75 pushed by Anže Pečar

57 tests 55 passed 1 failed 1 muted Duration
self = <ft.tests.TestIndexPage testMethod=test_index>

    def test_index(self):
        response = self.client.get(reverse("index"))
        self.assertEqual(response.status_code, 200)
>       self.assertContains(response, "Improve your flaky test handling process")

ft/tests.py:12: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/opt/hostedtoolcache/Python/3.12.2/x64/lib/python3.12/site-packages/django/test/testcases.py:537: in assertContains
    self.assertTrue(
E   AssertionError: False is not true : Couldn't find 'Improve your flaky test handling process' in response