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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user