Change some tests dict order to fix assertion after python 3.7 change of preserving insertion order in dicts.
This commit is contained in:
@@ -17,8 +17,8 @@ class RequireJSPathOverridesTest(TestCase):
|
||||
|
||||
OVERRIDES = {
|
||||
'jquery': 'common/js/vendor/jquery.js',
|
||||
'backbone': 'common/js/vendor/backbone.js',
|
||||
'text': 'js/vendor/text.js'
|
||||
'text': 'js/vendor/text.js',
|
||||
'backbone': 'common/js/vendor/backbone.js'
|
||||
}
|
||||
|
||||
OVERRIDES_JS = [
|
||||
|
||||
Reference in New Issue
Block a user