Skip to content

Commit 840b808

Browse files
ManithaSrinivasamabe13
authored andcommitted
Removed print statement
1 parent 4991912 commit 840b808

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

test/integration/features/F001_Valid_Change_Events.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,8 @@ Feature: F001. Ensure valid change events are converted and sent to DoS
538538
| phone | 22459436909 | phone | cmstelephoneno |
539539
| Address1 | 5 Tester Way | address | postaladdress |
540540

541-
@complete @general
542-
Scenario: F001SX41. Changed Event with updated postcode to verify location changes with service_type = "134" and OrganisationSubType = "DistanceSelling"
541+
@complete @general
542+
Scenario: F001SX41. Changed Event with updated postcode to verify location changes with service_type = "134" and OrganisationSubType = "DistanceSelling"
543543
Given an entry is created in the services table
544544
And the service "service_type" is set to "134"
545545
And the service "service_status" is set to "1"

test/integration/features/F006_Opening_Times.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Feature: F006. Opening times
8080
Then DoS is open from "10:00" until "16:00" on "Jan 01 2025"
8181
And the "service-sync" lambda does not show "report_key" with value "BLANK_STANDARD_OPENINGS"
8282

83-
@complete @opening_times
84-
Scenario: F006SXX11. Confirm actual opening times change for specified date and time is captured by DoS with service_type = "134" and OrganisationSubType = "DistanceSelling"
83+
@complete @opening_times
84+
Scenario: F006SXX11. Confirm actual opening times change for specified date and time is captured by DoS with service_type = "134" and OrganisationSubType = "DistanceSelling"
8585
Given a basic service is created with type "134"
8686
And the change event "OrganisationSubType" is set to "DistanceSelling"
8787
When the Changed Event is sent for processing with "valid" api key

test/integration/steps/test_steps.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,6 @@ def the_dos_service_has_been_updated_with_the_specified_date_is_captured_by_dos(
12101210
Context: The context object.
12111211
"""
12121212
context.service_id = get_service_id(context.change_event["ODSCode"], context.generator_data["service_type"])
1213-
print("service.id======>", context.service_id)
12141213
wait_for_service_update(context.service_id)
12151214
changed_date = context.change_event["OpeningTimes"][-1]["AdditionalOpeningDate"]
12161215
current_specified_openings = get_change_event_specified_opening_times(context.service_id)

0 commit comments

Comments
 (0)