Skip to content

Commit

Permalink
Fix schema path in AWS auth manager system test due to restructure (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
vincbeck authored Feb 10, 2025
1 parent 177aae4 commit 121381d
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ def create_avp_policy_store(env_id):

schema_path = (
Path(__file__)
.parents[6]
.joinpath(
"providers", "src", "airflow", "providers", "amazon", "aws", "auth_manager", "avp", "schema.json"
)
.parents[5]
.joinpath("src", "airflow", "providers", "amazon", "aws", "auth_manager", "avp", "schema.json")
.resolve()
)
with open(schema_path) as schema_file:
Expand Down

0 comments on commit 121381d

Please sign in to comment.