Skip to content

Commit 8066810

Browse files
NRL-1824 Fix failure
1 parent 280402a commit 8066810

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
@@ -19,7 +19,7 @@ def before_all(context: Context):
1919
context.account_name = context.config.userdata.get("account_name")
2020
context.use_shared_resources = context.config.userdata.get("use_shared_resources")
2121
context.host = context.config.userdata.get(
22-
"host", default=f"https://{context.env}.api.record-locator.dev.national.nhs.uk/"
22+
"host", f"https://{context.env}.api.record-locator.dev.national.nhs.uk/"
2323
)
2424

2525
context.stack_name = (

0 commit comments

Comments
 (0)