Revert "tests/fixtures.py: update path forming for the cape sample"

This reverts commit 6712801b01.
This commit is contained in:
Yacine Elhamer
2023-06-22 12:18:34 +01:00
parent 64189a4d08
commit be7ebad956

View File

@@ -344,7 +344,7 @@ def get_data_path_by_name(name):
return os.path.join(CD, "data", "2bf18d0403677378adad9001b1243211.elf_")
elif name.startswith("0000a657"):
return os.path.join(
CD, "data", "dynamic", "cape", "0000a65749f5902c4d82ffa701198038f0b4870b00a27cfca109f8f933476d82.json.gz"
CD, "data/dynamic/cape", "0000a65749f5902c4d82ffa701198038f0b4870b00a27cfca109f8f933476d82.json.gz"
)
else:
raise ValueError(f"unexpected sample fixture: {name}")