Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
fix testing path (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Nov 24, 2021
1 parent 524136d commit 4efda7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def find_hydra_conf_dir(config_dir: str = "conf") -> str:
Returns: Relative config path
"""
parent_dir = find_parent_dir_containing(config_dir)
parent_dir = find_parent_dir_containing(config_dir, initial_dir=os.path.dirname(__file__))
relative_conf_dir = os.path.relpath(parent_dir, os.path.dirname(__file__))
return os.path.join(relative_conf_dir, config_dir)

Expand Down

0 comments on commit 4efda7b

Please sign in to comment.