X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/da85b5f1617656e03535dc490f027d7fae4d702e..f05bc0963563ab50341ff042439462b631894de6:/sdk/python/tests/test_arv_put.py diff --git a/sdk/python/tests/test_arv_put.py b/sdk/python/tests/test_arv_put.py index 7a827684a3..9bc385d2e6 100644 --- a/sdk/python/tests/test_arv_put.py +++ b/sdk/python/tests/test_arv_put.py @@ -466,10 +466,8 @@ class ArvPutIntegrationTest(unittest.TestCase): # to provision the Keep server. config_blob_signing_key = None for config_file in ['application.yml', 'application.default.yml']: - with open(os.path.join(os.path.dirname(__file__), - run_test_server.ARV_API_SERVER_DIR, - "config", - config_file)) as f: + with open(os.path.join(run_test_server.SERVICES_SRC_DIR, + "api", "config", config_file)) as f: rails_config = yaml.load(f.read()) for config_section in ['test', 'common']: try: