Skip to content

Commit

Permalink
Change costume language test url to main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph-Koschel committed Sep 30, 2023
1 parent 1f76da6 commit f95e764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_todo_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def test_costume_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/Christoph-Koschel/todo-to-issue-action/patch-3/tests/costume_languages.json'
os.environ['INPUT_LANGUAGES'] = 'https://raw.githubusercontent.com/alstr/todo-to-issue-action/blob/master/tests/costume_languages.json'
os.environ['INPUT_NO_STANDARD'] = 'true'
parser = TodoParser()

Expand Down

0 comments on commit f95e764

Please sign in to comment.