Skip to content

Commit 1ffa66a

Browse files
NRL-1554 Fix unit test
1 parent 0e81e6a commit 1ffa66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer/nrlf/core/tests/test_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1859,7 +1859,7 @@ def test_no_content_extensions():
18591859
)
18601860
def test_validate_content_stability_extension_valid(code, display):
18611861
validator = DocumentReferenceValidator()
1862-
ext = make_content_stability_extension("static", "Static")
1862+
ext = make_content_stability_extension(code, display)
18631863
assert validator._validate_content_stability_extension(ext, 0, 0) is True
18641864
assert validator.result.issues == []
18651865

0 commit comments

Comments
 (0)