We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280402a commit 8066810Copy full SHA for 8066810
tests/features/environment.py
@@ -19,7 +19,7 @@ def before_all(context: Context):
19
context.account_name = context.config.userdata.get("account_name")
20
context.use_shared_resources = context.config.userdata.get("use_shared_resources")
21
context.host = context.config.userdata.get(
22
- "host", default=f"https://{context.env}.api.record-locator.dev.national.nhs.uk/"
+ "host", f"https://{context.env}.api.record-locator.dev.national.nhs.uk/"
23
)
24
25
context.stack_name = (
0 commit comments