test: Allow locale path test to pass when repo dir name different (#36648)
This test assumes edx-platform is checked out in a directory of that name.
This commit is contained in:
@@ -57,7 +57,7 @@ def test_file_paths_api():
|
||||
Test the `get_python_locale_root` returned path.
|
||||
"""
|
||||
root = get_python_locale_root()
|
||||
assert root.endswith('edx-platform/conf/plugins-locale/xblock.v1'), 'Needs to match Makefile and other code'
|
||||
assert root.endswith('/conf/plugins-locale/xblock.v1'), 'Needs to match Makefile and other code'
|
||||
|
||||
|
||||
def test_get_javascript_i18n_file_name():
|
||||
|
||||
Reference in New Issue
Block a user