Skip to content

Commit

Permalink
TST: Update Child usage in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Sep 15, 2022
1 parent e90834a commit 57bf95b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def test_cloud_run_deployment(self):
input_manifest = Manifest(datasets={"turbsim": "gs://openfast-data/testing/turbsim"})

child = Child(
name="turbsim-service",
id="aerosense/turbsim-service",
backend={"name": "GCPPubSubBackend", "project_name": os.environ["TEST_PROJECT_NAME"]},
)
Expand Down

0 comments on commit 57bf95b

Please sign in to comment.