X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/554300e76561021bd26f9143cdece13dd80341cd..1b8caff3ad598744e4a0379b01fc95ca4838caa0:/sdk/python/tests/test_arv_put.py?ds=sidebyside diff --git a/sdk/python/tests/test_arv_put.py b/sdk/python/tests/test_arv_put.py index d337023a61..f4bd8b692b 100644 --- a/sdk/python/tests/test_arv_put.py +++ b/sdk/python/tests/test_arv_put.py @@ -414,7 +414,7 @@ class ArvPutIntegrationTest(run_test_server.TestCaseWithServers, ArvadosBaseTestCase): def _getKeepServerConfig(): for config_file, mandatory in [ - ['application.yml', True], ['application.default.yml', False]]: + ['application.yml', False], ['application.default.yml', True]]: path = os.path.join(run_test_server.SERVICES_SRC_DIR, "api", "config", config_file) if not mandatory and not os.path.exists(path):