Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion localstack_snapshot/snapshots/prototype.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def match(self, key: str, obj: dict) -> None:

if not self.update and (not self.recorded_state or self.recorded_state.get(key) is None):
raise Exception(
f"No state for {self.scope_key} recorded. Please (re-)generate the snapshot for this test."
f"No state for {key} recorded. Please (re-)generate the snapshot for this test."
)

# TODO: we should return something meaningful here
Expand Down
Loading