Skip to content

Commit

Permalink
moving reference.xml to articles folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Feb 12, 2024
1 parent 16ad1a6 commit 5b803da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test_oai_preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class MyTestCase(unittest.TestCase):
def test_something(self):
real = getWithSwagger.get_final_xml("6383667")
real_string = real.parentNode.parentNode.toprettyxml()
ref_location = os.path.join(os.path.dirname(__file__), './data/reference.xml')
ref_location = os.path.join(os.path.dirname(__file__), 'data/articles/reference.xml')
with open(ref_location) as f:
dom = parse(f)
expected_string = dom.toprettyxml()
Expand Down

0 comments on commit 5b803da

Please sign in to comment.