Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karakanb committed Nov 13, 2024
1 parent c76a57f commit 473bbc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/testdata/simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ environments:
secret_key: "awssecret"
athena:
- name: conn14
access_key: "athena_key"
secret_key: "athena_secret"
access_key_id: "athena_key"
secret_access_key: "athena_secret"
query_results_path: "s3://bucket/prefix"
region: "us-west-2"
database: "athena_db"
Expand Down

0 comments on commit 473bbc3

Please sign in to comment.