From 4bb5053efde9f40acc9be3033c517bf391e01eca Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 9 Sep 2014 12:25:19 -0400 Subject: Better info for test profile --- client/test.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'client') diff --git a/client/test.py b/client/test.py index 9734769..54aeb49 100644 --- a/client/test.py +++ b/client/test.py @@ -14,7 +14,8 @@ import brain DEFAULT_PROFILE = { 'prefers_email': False, - 'location': 'travis', + 'location': '08544', + 'timezone': 'US/Eastern', 'phone_number': '012344321' } @@ -203,7 +204,7 @@ if __name__ == '__main__': parser = argparse.ArgumentParser( description='Test suite for the Jasper client code.') parser.add_argument('--light', action='store_true', - help="runs a subset of the tests (only requires Python dependencies)") + help='runs a subset of the tests (only requires Python dependencies)') args = parser.parse_args() test_cases = [TestBrain, TestModules] -- cgit v1.3.1