mirror of
https://github.com/appium/appium.git
synced 2026-05-04 17:29:28 -05:00
change hosted location of example apps
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"use strict";
|
||||
|
||||
var should = require("should")
|
||||
, appUrl = 'https://raw.github.com/appium/appium/master/assets/TestApp.app.zip'
|
||||
, appUrl = 'http://appium.s3.amazonaws.com/TestApp.app.zip'
|
||||
, dbPath = "../../../test/helpers/driverblock.js"
|
||||
, describeSauce = require(dbPath).describeForSauce(appUrl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user