From 1e265654f8562311cd303e9a7b0237a1d11fdb77 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Mon, 1 Jun 2020 18:59:44 +1000 Subject: [PATCH] test: update for base url change --- spec/integration/ui/matrix_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/ui/matrix_spec.rb b/spec/integration/ui/matrix_spec.rb index 896de2e8c..ff74f3fa5 100644 --- a/spec/integration/ui/matrix_spec.rb +++ b/spec/integration/ui/matrix_spec.rb @@ -31,7 +31,7 @@ subject { get("/matrix?q%5B%5Dpacticipant=Foo&q%5B%5Dtag=ctag&q%5B%5Dlatest=true&q%5B%5Dpacticipant=Bar&q%5B%5Dtag=ptag&q%5B%5Dlatest=true&latestby=cvpv&limit=100") } it "returns a page with a badge" do - expect(subject.body).to include "http://example.org/matrix/provider/Bar/latest/ptag/consumer/Foo/latest/ctag/badge.svg" + expect(subject.body).to include "/matrix/provider/Bar/latest/ptag/consumer/Foo/latest/ctag/badge.svg" end end end