diff --git a/test/test_xrires.rb b/test/test_xrires.rb index 6bf5dbbd..53f322b0 100644 --- a/test/test_xrires.rb +++ b/test/test_xrires.rb @@ -46,7 +46,7 @@ def test_proxy_url unesc(pqu.call('=foo/bar?mi=fa&so=la', st))) # With no service endpoint selection. - args_esc = "_xrd_r=application%2Fxrds%2Bxml%3Bsep%3Dfalse" + args_esc = "_xrd_r=application%2Fxrds%2Bxml" assert_equal(unesc(h + '=foo?' + args_esc), unesc(pqu.call('=foo', nil))) end