Try to avoid python2 travis build error

This commit is contained in:
Domenico Iezzi 2017-12-09 11:01:03 +01:00
parent 8dc2eb58c7
commit e9e866da97
No known key found for this signature in database
GPG Key ID: 7AC94D5DDA2FB7EE

View File

@ -67,7 +67,7 @@ if not errorThrown:
# BULK DETAILS
testApps = ['org.mozilla.firefox', 'com.non.existing.app']
testApps = ['org.mozilla.focus', 'com.non.existing.app']
bulk = server.bulkDetails(testApps)
print('\nTesting behaviour for non-existing apps\n')