mirror of https://gitee.com/bigwinds/arangodb
Pin itzpapalotl version in GitHub test
This commit is contained in:
parent
85cddd781c
commit
91f0e06fe4
|
@ -48,7 +48,7 @@ describe ArangoDB do
|
||||||
end
|
end
|
||||||
|
|
||||||
it "should install from github" do
|
it "should install from github" do
|
||||||
body = JSON.dump({mount: @mount, appInfo: "git:arangodb/itzpapalotl", options: {}})
|
body = JSON.dump({mount: @mount, appInfo: "git:arangodb/itzpapalotl:v1.2.0", options: {}})
|
||||||
doc = ArangoDB.log_post("#{@prefix}-install-git", "#{@api}/install", :body => body)
|
doc = ArangoDB.log_post("#{@prefix}-install-git", "#{@api}/install", :body => body)
|
||||||
doc.code.should eq(200)
|
doc.code.should eq(200)
|
||||||
validate_app(@random)
|
validate_app(@random)
|
||||||
|
|
Loading…
Reference in New Issue