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(): """