Skip to content

Commit 8cac3a4

Browse files
committed
fix
1 parent 105ae7d commit 8cac3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def test_server_without_context(remote_config_server_type):
510510
)
511511
none_type = dpf.core.AvailableServerContexts.no_context.licensing_context_type
512512
assert server.context.licensing_context_type == none_type
513-
if check_version.server_meet_version_and_raise("10.0", server): # Before, there was a bug
513+
if check_version.server_meet_version("10.0", server): # Before, there was a bug
514514
assert len(dpf.core.available_operator_names(server=server)) < 20
515515

516516

0 commit comments

Comments
 (0)