Skip to content

Commit f265ef1

Browse files
committed
[NRL-1192] Fix config for integration tests against persistent environments
1 parent cc6bdc0 commit f265ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/features/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def before_all(context: Context):
1717

1818
context.env = context.config.userdata.get("env")
1919
context.account_name = context.config.userdata.get("account_name")
20-
context.is_shared_resources = context.config.userdata.get("is_shared_resources")
20+
context.is_shared_resources = context.config.userdata.get("use_shared_resources")
2121

2222
context.stack_name = (
2323
context.account_name if context.is_shared_resources else context.env

0 commit comments

Comments
 (0)