]> git.openstreetmap.org Git - rails.git/blobdiff - test/integration/user_terms_seen_test.rb
add banner for this year's FOSSGIS conference
[rails.git] / test / integration / user_terms_seen_test.rb
index dcc7fa7e995e8395081544e6861c3842e0260097..7ec7fa7307248e038f47bfa118c5dcd27cfd4297 100644 (file)
@@ -74,7 +74,7 @@ class UserTermsSeenTest < ActionDispatch::IntegrationTest
   private
 
   def auth_header(user, pass)
-    { "HTTP_AUTHORIZATION" => format("Basic %s", Base64.encode64("#{user}:#{pass}")) }
+    { "HTTP_AUTHORIZATION" => format("Basic %{auth}", :auth => Base64.encode64("#{user}:#{pass}")) }
   end
 
   def with_terms_seen(value)