We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5c5aa commit 4493567Copy full SHA for 4493567
examples/conftest.py
@@ -46,6 +46,7 @@ def broker(request: pytest.FixtureRequest) -> Generator[URL, Any, None]:
46
EXAMPLE_DIR,
47
compose_file_name=["docker-compose.yml"],
48
pull=True,
49
+ wait=False,
50
) as _:
51
yield URL("http://pactbroker:pactbroker@localhost:9292")
52
return
0 commit comments