1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-09 05:56:10 +00:00

Add WITHDRAWN to the list of allowed statuses

This commit is contained in:
silverpill
2023-09-04 18:13:10 +00:00
committed by silverpill
parent a9f44dee6f
commit 49e33a7366
+1 -1
View File
@@ -12,7 +12,7 @@ def test_fep(fep):
parsed_frontmatter = fep_file.parsed_frontmatter
assert "status" in parsed_frontmatter
assert parsed_frontmatter["status"] in ["DRAFT", "FINAL"]
assert parsed_frontmatter["status"] in ["DRAFT", "FINAL", "WITHDRAWN"]
assert parsed_frontmatter["slug"] == f'"{fep}"'
assert "authors" in parsed_frontmatter