Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
alstr committed Jan 1, 2024
1 parent 5ed64bd commit 4453da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_todo_parser.py
Expand Up @@ -258,7 +258,7 @@ def test_custom_lang_not_dupplicate(self):
self.assertEqual(parser.languages_dict['Java']['extensions'][0], ".java2")

def test_url_load(self):
os.environ['INPUT_LANGUAGES'] = 'https://raw.githubusercontent.com/alstr/todo-to-issue-action/blob/master/tests/custom_languages.json'
os.environ['INPUT_LANGUAGES'] = 'https://raw.githubusercontent.com/alstr/todo-to-issue-action/master/tests/custom_languages.json'
os.environ['INPUT_NO_STANDARD'] = 'true'
parser = TodoParser()

Expand Down

0 comments on commit 4453da8

Please sign in to comment.