We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22f1b3 commit 437c437Copy full SHA for 437c437
1 file changed
python-client/tests/test_settings.py
@@ -27,4 +27,4 @@ def test_expand_path():
27
28
settings = Settings(home="${ENV1}")
29
print(settings.home_dir.as_posix())
30
- assert settings.home_dir.as_posix() == (Path("~").resolve() / "tutu/tata").as_posix()
+ assert settings.home_dir.as_posix() == (Path("~").expanduser().resolve() / "tutu/tata").as_posix()
0 commit comments