Skip to content

Commit

Permalink
Merge pull request #199 from jwills/jwills_what_up_md_build
Browse files Browse the repository at this point in the history
Try to figure out what is going on with the MD integration tests
  • Loading branch information
jwills committed Jun 26, 2023
2 parents 53ae1f2 + 446312e commit 69329b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def dbt_profile_target(profile_type, bv_server_process, tmp_path_factory):
elif profile_type == "md":
# Test against MotherDuck
profile["disable_transactions"] = True
mdtoken = os.getenv("MOTHERDUCK_TOKEN")
profile["path"] = f"md:test?token={mdtoken}"
profile["path"] = "md:test?token={{ env_var('MOTHERDUCK_TOKEN') }}"
elif profile_type == "memory":
pass # use the default path-less profile
else:
Expand Down

0 comments on commit 69329b8

Please sign in to comment.