diff --git a/tests/samples/codefiles/js/bower.json b/tests/samples/codefiles/bower.json similarity index 100% rename from tests/samples/codefiles/js/bower.json rename to tests/samples/codefiles/bower.json diff --git a/tests/test_dependencies.py b/tests/test_dependencies.py index a0a451a..749a250 100644 --- a/tests/test_dependencies.py +++ b/tests/test_dependencies.py @@ -97,7 +97,7 @@ class LanguagesTestCase(utils.TestCase): self.patched['wakatime.packages.requests.adapters.HTTPAdapter.send'].return_value = response now = u(int(time.time())) - entity = 'tests/samples/codefiles/js/bower.json' + entity = 'tests/samples/codefiles/bower.json' config = 'tests/samples/configs/good_config.cfg' args = ['--file', entity, '--config', config, '--time', now]