We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615d546 commit 88d7a9cCopy full SHA for 88d7a9c
test/presenters/contact_presenter_test.rb
@@ -88,7 +88,7 @@ def schema_name
88
schema = schema_item("contact_with_webchat")
89
presented = present_example(schema)
90
assert_equal true, presented.show_webchat?
91
- 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"
92
assert_equal presented.webchat.open_url, "https://tax.service.gov.uk/ask-hmrc/webchat/income-tax-enquiries-for-individuals-pensioners-and-employees"
93
end
94
0 commit comments