We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263f674 commit 185f381Copy full SHA for 185f381
test/test_all.py
@@ -187,7 +187,7 @@ def check_db(configuration):
187
# This might not match the golden master release's "Log" field after the template substitution.
188
release["Log"] = "\n".join([line.rstrip() for line in release["Log"].splitlines()])
189
190
- # Load golden index
+ # Load golden db
191
golden_db_template = test_data_path.joinpath("test_all", "golden", "db.json").read_text(encoding="utf-8")
192
# Fill in mutable content
193
golden_db_string = string.Template(template=golden_db_template).substitute(
0 commit comments