Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Dec 27, 2023
1 parent db7013a commit 51fc1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ntb/tests/publish/ntb_nitf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def test_pretty_formatting(self):
formatter_output = self.formatter.format(article, {"name": "Test NTBNITF"})
doc = formatter_output[0]["encoded_item"]
body_content = doc[
doc.find(b"<body.content>") - 4 : doc.find(b"</body.content>") + 15
doc.find(b"<body.content>") - 4: doc.find(b"</body.content>") + 15
]
expected = (
b"""\
Expand Down

0 comments on commit 51fc1be

Please sign in to comment.