Skip to content

Commit

Permalink
Removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ManithaSrinivasa committed Nov 20, 2024
1 parent 4991912 commit c81bf5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions test/integration/features/F001_Valid_Change_Events.feature
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,8 @@ Feature: F001. Ensure valid change events are converted and sent to DoS
| phone | 22459436909 | phone | cmstelephoneno |
| Address1 | 5 Tester Way | address | postaladdress |

@complete @general
Scenario: F001SX41. Changed Event with updated postcode to verify location changes with service_type = "134" and OrganisationSubType = "DistanceSelling"
@complete @general
Scenario: F001SX41. Changed Event with updated postcode to verify location changes with service_type = "134" and OrganisationSubType = "DistanceSelling"
Given an entry is created in the services table
And the service "service_type" is set to "134"
And the service "service_status" is set to "1"
Expand Down
4 changes: 2 additions & 2 deletions test/integration/features/F006_Opening_Times.feature
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ Feature: F006. Opening times
Then DoS is open from "10:00" until "16:00" on "Jan 01 2025"
And the "service-sync" lambda does not show "report_key" with value "BLANK_STANDARD_OPENINGS"

@complete @opening_times
Scenario: F006SXX11. Confirm actual opening times change for specified date and time is captured by DoS with service_type = "134" and OrganisationSubType = "DistanceSelling"
@complete @opening_times
Scenario: F006SXX11. Confirm actual opening times change for specified date and time is captured by DoS with service_type = "134" and OrganisationSubType = "DistanceSelling"
Given a basic service is created with type "134"
And the change event "OrganisationSubType" is set to "DistanceSelling"
When the Changed Event is sent for processing with "valid" api key
Expand Down
1 change: 0 additions & 1 deletion test/integration/steps/test_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,6 @@ def the_dos_service_has_been_updated_with_the_specified_date_is_captured_by_dos(
Context: The context object.
"""
context.service_id = get_service_id(context.change_event["ODSCode"], context.generator_data["service_type"])
print("service.id======>", context.service_id)
wait_for_service_update(context.service_id)
changed_date = context.change_event["OpeningTimes"][-1]["AdditionalOpeningDate"]
current_specified_openings = get_change_event_specified_opening_times(context.service_id)
Expand Down

0 comments on commit c81bf5a

Please sign in to comment.