Skip to content

Commit 9cb7464

Browse files
committed
fix: permission should be datalogger installation not suitability in test
1 parent 2fc4493 commit 9cb7464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/features/steps/well-additional-information.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def step_impl(context):
7878
"the response should include whether datalogger installation permission is granted for the well"
7979
)
8080
def step_impl(context):
81-
permission_type = "Datalogger Suitability"
81+
permission_type = "Datalogger Installation"
8282
assert "permissions" in context.water_well_data
8383

8484
permission_record = retrieve_latest_polymorphic_history_table_record(

0 commit comments

Comments
 (0)