From bb5463b29a78336554b01f70cb20a5d0cdb97e83 Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Thu, 14 Nov 2019 04:35:12 +0000 Subject: [PATCH] tests: Run test_generated_curl_examples_for_success after test_the_api. Upcoming changes in test_generated_curl_examples_for_success modifies various data of iago user heavily. So it's much easier to run test_the_api initially than making various changes in tests of test_the_api function. --- tools/test-api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-api b/tools/test-api index ac2a6a316d..7b71e6c695 100755 --- a/tools/test-api +++ b/tools/test-api @@ -72,8 +72,8 @@ with test_server_running(force=options.force, external_host='zulipdev.com:9981') site=site ) - test_generated_curl_examples_for_success(bot_client) test_the_api(client, nonadmin_client) + test_generated_curl_examples_for_success(bot_client) # Test error payloads client = Client(