Skip to content

Commit

Permalink
slight change
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullah-cognite committed Dec 10, 2024
1 parent 92b3d9a commit c316ce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def seed_simulator(cognite_client: CogniteClient, seed_resource_names) -> None:
if not simulator_exists:
cognite_client.post(
f"/api/v1/projects/{cognite_client.config.project}/simulators",
json={"items": [{"externalId": seed_resource_names["simulator_external_id"]}]},
json={"items": [simulator]},
)

# yield
Expand Down

0 comments on commit c316ce3

Please sign in to comment.