From e9e866da979c77e098a6a501543b9a2085aeeb2f Mon Sep 17 00:00:00 2001 From: Domenico Iezzi Date: Sat, 9 Dec 2017 11:01:03 +0100 Subject: [PATCH] Try to avoid python2 travis build error --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 37dc1e5..dda5691 100644 --- a/test.py +++ b/test.py @@ -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')