mirror of https://gitee.com/bigwinds/arangodb
fixed https version of test
This commit is contained in:
parent
48515d7bd8
commit
01d654e923
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue