Skip to content

Commit 6321d9a

Browse files
committed
Separate ntlm test from other auth tests
1 parent 7e8bbdb commit 6321d9a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/python/integration/test_scenario.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ def test_run_api_connect_redirection(user_dss_clients):
3333

3434
def test_run_api_connect_check_sc_84465(user_dss_clients):
3535
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="CHECKSC84465")
36+
37+
def test_run_api_connect_ntlm_authentication(user_dss_clients):
38+
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="NTLMAUTHENTICATION")

0 commit comments

Comments
 (0)