Skip to content

Commit a54c04b

Browse files
committed
TST: Update cloud deployment test
skipci
1 parent 7ccb020 commit a54c04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cloud/deployment/google/cloud_run/test_cloud_run_deployment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class TestCloudRunDeployment(TestCase):
1414
# This is the service ID of the example service deployed to Google Cloud Run.
1515
child = Child(
16-
id="octue/example-service-cloud-run:stream-event",
16+
id="octue/example-service-cloud-run:0.4.0",
1717
backend={"name": "GCPPubSubBackend", "project_name": os.environ["TEST_PROJECT_NAME"]},
1818
)
1919

0 commit comments

Comments
 (0)