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 b6181e5 commit 85230e4Copy full SHA for 85230e4
tests/test_samples.py
@@ -24,7 +24,7 @@ def test_cloud_run_http(self):
24
self.stop_all_containers(client)
25
26
TAG = "cloud_run_http"
27
- client.images.build(path=str(EXAMPLES_DIR / "cloud_run_http"), tag={TAG})
+ client.images.build(path=str(EXAMPLES_DIR / "cloud_run_http"), tag=TAG)
28
container = client.containers.run(image=TAG, detach=True, ports={8080: 8080})
29
timeout = 10
30
success = False
0 commit comments