1
0
Fork 0

fixed https version of test

This commit is contained in:
Frank Celler 2013-05-05 23:33:42 +02:00
parent 48515d7bd8
commit 01d654e923
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ describe ArangoDB do
rescue HTTParty::RedirectionTooDeep => e
# check response code
e.response.code.should eq("301")
e.response.header['location'].should =~ /^http:\/\/.*\/_admin\/html\/index.html$/
e.response.header['location'].should =~ /^https?:\/\/.*\/_admin\/html\/index.html$/
end
end
end