From 31d159f557c89ff6d40817260ea69f821a1e1102 Mon Sep 17 00:00:00 2001 From: jamesstottmoj Date: Mon, 26 Feb 2024 11:07:52 +0000 Subject: [PATCH] adding new test to see if it's picked up --- tests/frontend/test_forms.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/frontend/test_forms.py b/tests/frontend/test_forms.py index 8473182a8..3c5b76138 100644 --- a/tests/frontend/test_forms.py +++ b/tests/frontend/test_forms.py @@ -407,6 +407,10 @@ def test_update_app_with_custom_connection(): assert "auth0_nomis_auth0_conn_name" in f.errors +def test_pass(): + assert True + + @pytest.mark.django_db def test_ip_allowlist_form_invalid_ip(): """