Skip to content

Commit

Permalink
Fix typo in JSON key
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Jul 11, 2024
1 parent 998a37a commit 55f3951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brave-lists/clean-urls-permissions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"js-api": [
"js_api": [
"*://*.youtube.com/*",
"*://*.instagram.com/*",
"*://www.tumblr.com/*",
Expand Down
2 changes: 1 addition & 1 deletion tools/debounce_validation/test_debounce_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def setUp(self):
self.rules_cleanurls = self.loadRules(self.readFile('clean-urls.json'))

js_api_rules = self.readFile('clean-urls-permissions.json')
self.rules_cleanurlperms = js_api_rules['js-api']
self.rules_cleanurlperms = js_api_rules['js_api']

def readFile(self, filename):
basedir = os.path.dirname(__file__)
Expand Down

0 comments on commit 55f3951

Please sign in to comment.