mirror of https://github.com/zulip/zulip.git
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.
This commit is contained in:
parent
517534777d
commit
bb5463b29a
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue