Skip to content

Commit

Permalink
Change domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Tovmas committed Dec 6, 2023
1 parent 4cf1a27 commit b738a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tests/test_slugs.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def test_unique_slugs():

# Check that URL is one level deep
if check_path != 'files':
assert check_path == 'localhost:4000', f'{url_element.text}: Paths should be 1 level deep e.g URL/slug'
assert check_path == 'machinetranslate.org', f'{url_element.text}: Paths should be 1 level deep e.g URL/slug'

0 comments on commit b738a38

Please sign in to comment.