Skip to content

Commit 88d7a9c

Browse files
committed
fixed test
1 parent 615d546 commit 88d7a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/presenters/contact_presenter_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def schema_name
8888
schema = schema_item("contact_with_webchat")
8989
presented = present_example(schema)
9090
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"
91+
assert_equal presented.webchat.availability_url, "https://hmrc-uk.digital.nuance.com/tagserver/launch/agentAvailability?agentGroupID=10006852&siteID=10006719&businessUnitID=19001235&q-thresh=1"
9292
assert_equal presented.webchat.open_url, "https://tax.service.gov.uk/ask-hmrc/webchat/income-tax-enquiries-for-individuals-pensioners-and-employees"
9393
end
9494
end

0 commit comments

Comments
 (0)