1
0
Fork 0

Pin itzpapalotl version in GitHub test

This commit is contained in:
Alan Plum 2016-06-16 11:48:24 +02:00
parent 85cddd781c
commit 91f0e06fe4
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ describe ArangoDB do
end
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.code.should eq(200)
validate_app(@random)