Skip to content

Commit

Permalink
Integration test work
Browse files Browse the repository at this point in the history
  • Loading branch information
mabe13 committed Oct 18, 2023
1 parent 16f0466 commit 7f098e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/integration/steps/test_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,14 @@ def _(context: Context, odscode_character_length: int) -> Context:
return context


@given(parse('a pharmacy service is created with "{odscode_character_length:d}" character odscode and type "{service_type:d}"'),
target_fixture="context")
@given(parse('a pharmacy service is created with "{odscode_character_length:d}" character odscode '
'and type "{service_type:d}"'), target_fixture="context")
def _(context: Context, odscode_character_length: int, service_type: int) -> Context:
"""Create a basic service with a specific service type and an ods code of a certain length.
Args:
context (Context): The context object.
odscode_character_length (int): The length of the odscode to use.
service_type (int): The service type to use.
Returns:
Expand Down

0 comments on commit 7f098e4

Please sign in to comment.