Skip to content

Commit

Permalink
Fix e2e seed data
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Nov 22, 2023
1 parent b51039e commit 11da939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/e2etests/e2e_seed_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def seed_data() -> None:
if settings.IDENTITIES_TABLE_NAME_DYNAMO:
engine_identity = EngineIdentity(
identifier=identity_info["identifier"],
environment_api_key=identity_info["environment"],
environment_api_key=identity_info["environment"].api_key,
)
EdgeIdentity(engine_identity).save()
else:
Expand Down

0 comments on commit 11da939

Please sign in to comment.