Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellot000 committed Mar 23, 2023
1 parent 074cd9c commit 161e40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_server_ip(server_type_remote_process):


@pytest.mark.skipif(
os.environ.get("DPF_SERVER_TYPE", None) is not None,
os.environ.get("DPF_SERVER_TYPE", None) is None,
reason="This test is for a run with default server type",
)
def test_start_with_dpf_server_type_env():
Expand Down

0 comments on commit 161e40e

Please sign in to comment.