Skip to content

Commit

Permalink
Separate ntlm test from other auth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbourret committed Sep 15, 2022
1 parent 7e8bbdb commit 6321d9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/python/integration/test_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ def test_run_api_connect_redirection(user_dss_clients):

def test_run_api_connect_check_sc_84465(user_dss_clients):
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="CHECKSC84465")

def test_run_api_connect_ntlm_authentication(user_dss_clients):
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="NTLMAUTHENTICATION")

0 comments on commit 6321d9a

Please sign in to comment.