File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,14 +115,14 @@ def test_setting_current_user_with_intercom_config
115
115
def test_library_url_default
116
116
get :with_current_user_method , :body => "<body>Hello world</body>"
117
117
assert_includes @response . body , "<script>"
118
- assert_includes @response . body , "s.src = 'https://api.intercom.io/api/js/library.js"
118
+ assert_includes @response . body , "s.src= 'https://api.intercom.io/api/js/library.js"
119
119
end
120
120
121
121
def test_library_url_override
122
122
IntercomRails . config . library_url = 'http://a.b.c.d/library.js'
123
123
get :with_current_user_method , :body => "<body>Hello world</body>"
124
124
assert_includes @response . body , "<script>"
125
- assert_includes @response . body , "s.src = 'http://a.b.c.d/library.js"
125
+ assert_includes @response . body , "s.src= 'http://a.b.c.d/library.js"
126
126
end
127
127
128
128
def test_auto_insert_with_api_secret_set
You can’t perform that action at this time.
0 commit comments