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 08ae1d3 commit e94645aCopy full SHA for e94645a
tests/test_constants.py
@@ -21,7 +21,7 @@ def test_node_registry_url_settable(monkeypatch):
21
22
def test_cache_fname_default(tmp_cache):
23
importlib.reload(marble_client.constants)
24
- assert (marble_client.constants.CACHE_FNAME ==
+ assert (os.path.realpath(marble_client.constants.CACHE_FNAME) ==
25
os.path.join(tmp_cache, "registry.cached.json"))
26
27
0 commit comments