Skip to content

Commit 85230e4

Browse files
author
Kenneth Rosario
authored
chore: fix unit test failure (#304)
1 parent b6181e5 commit 85230e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_cloud_run_http(self):
2424
self.stop_all_containers(client)
2525

2626
TAG = "cloud_run_http"
27-
client.images.build(path=str(EXAMPLES_DIR / "cloud_run_http"), tag={TAG})
27+
client.images.build(path=str(EXAMPLES_DIR / "cloud_run_http"), tag=TAG)
2828
container = client.containers.run(image=TAG, detach=True, ports={8080: 8080})
2929
timeout = 10
3030
success = False

0 commit comments

Comments
 (0)