Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lpereiracgn committed Dec 10, 2024
1 parent 6bdc7f3 commit 1cdc8b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from cognite.client.exceptions import CogniteAPIError
from tests.tests_integration.test_api.test_simulators.seed.data import (
resource_names,
data_set_id,
simulator,
simulator_integration,
simulator_model,
Expand All @@ -35,7 +36,7 @@ def seed_file(cognite_client: CogniteClient, seed_resource_names) -> FileMetadat
path="tests/tests_integration/test_api/test_simulators/seed/ShowerMixer.dwxmz",
external_id=seed_resource_names["simulator_model_file_external_id"],
name="ShowerMixer.dwxmz",
data_set_id=97552494921583,
data_set_id=data_set_id,
)
yield file

Expand Down

0 comments on commit 1cdc8b2

Please sign in to comment.