Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Apr 8, 2024
1 parent 9d58637 commit 65be11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario/mocking.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ def resource_get(self, resource_name: str) -> str:
)

def credential_get(self) -> CloudSpec:
if not self._cloud_spec:
if not self._state.cloud_spec:
raise ModelError(
"ERROR cloud spec is empty, initialise it with `scenario.State(cloud_spec=...)`",
)
Expand Down

0 comments on commit 65be11b

Please sign in to comment.