Skip to content

Commit

Permalink
[QOL-9252] collapse test JavaScript into one line
Browse files Browse the repository at this point in the history
- It's being inserted into a Behave step, so it can't have line breaks
  • Loading branch information
ThrawnCA committed Aug 22, 2022
1 parent fd7cf7b commit 02d16c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/features/steps/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def create_dataset_resource_availability(context, title, de_identified_data,
function () {
return $(this).html() == 'Test Organisation';
}
).attr('value')""",
).attr('value')""".replace('\n', ' '),
resource_name=resource_name, resource_visible=resource_visible,
governance_acknowledgement=governance_acknowledgement))

Expand Down

0 comments on commit 02d16c5

Please sign in to comment.