Skip to content

Commit

Permalink
Use settings.get_profile
Browse files Browse the repository at this point in the history
For some reason, this breaks in CI, although it worked locally the other way.
  • Loading branch information
rpdelaney committed Aug 22, 2023
1 parent 7752d83 commit b54e05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_engine/test_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
suppress_health_check=(HealthCheck.too_slow,),
)
settings.load_profile("CI")
ci_settings = settings.from_profile("CI")
ci_settings = settings.get_profile("CI")
else:
ci_settings = settings()

Expand Down

0 comments on commit b54e05d

Please sign in to comment.