Merge branch '19269-all-users-writable'
[arvados.git] / apps / workbench / test / integration / user_settings_menu_test.rb
index 5f2886c7a3a0bb7277cf3b536dc65fbc25fac136..99076bbaf77731e815c6f0e3b660e05dd582766c 100644 (file)
@@ -188,7 +188,7 @@ class UserSettingsMenuTest < ActionDispatch::IntegrationTest
     end
     assert_text ":active/workbenchtest.git"
     assert_match /git@git.*:active\/workbenchtest.git/, page.text
-    assert_match /#{Rails.configuration.Services.GitHTTP.ExternalURL.to_s}\/active\/workbenchtest.git/, page.text
+    assert_match /#{Rails.configuration.Services.GitHTTP.ExternalURL.to_s}active\/workbenchtest.git/, page.text
   end
 
   [