Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBond-GDS committed Jan 23, 2020
1 parent 615d546 commit 88d7a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/presenters/contact_presenter_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def schema_name
schema = schema_item("contact_with_webchat")
presented = present_example(schema)
assert_equal true, presented.show_webchat?
assert_equal presented.webchat.availability_url, "https://hmrc-uk.digital.nuance.com/tagserver/launch/agentAvailability?agentGroupID=10006852&siteID=10006719&businessUnitID=19001235"
assert_equal presented.webchat.availability_url, "https://hmrc-uk.digital.nuance.com/tagserver/launch/agentAvailability?agentGroupID=10006852&siteID=10006719&businessUnitID=19001235&q-thresh=1"
assert_equal presented.webchat.open_url, "https://tax.service.gov.uk/ask-hmrc/webchat/income-tax-enquiries-for-individuals-pensioners-and-employees"
end
end
Expand Down

0 comments on commit 88d7a9c

Please sign in to comment.