Skip to content

Commit

Permalink
TST: Avoid service name clash in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Sep 28, 2023
1 parent b7c2975 commit 99a0f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/test_child.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def mock_run_function_that_sometimes_fails(analysis_id, input_values, *args, **k

responding_service = MockService(
backend=GCPPubSubBackend(project_name="blah"),
service_id=f"testing/service-for-parallelised-questions-failure:{MOCK_SERVICE_REVISION_TAG}",
service_id=f"testing/service-for-parallelised-questions-failure-2:{MOCK_SERVICE_REVISION_TAG}",
run_function=functools.partial(mock_run_function_that_sometimes_fails, runs=Value("d", 0)),
)

Expand Down

0 comments on commit 99a0f24

Please sign in to comment.