Skip to content

Commit d7118ae

Browse files
authored
Merge pull request axe-selenium-python#1 from ScottKelly/add_self_arg_axe_impact_included4
add self arg to axe impact_included #466270366084282
2 parents 1631d07 + a6ab283 commit d7118ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ assets/
1717
*.json
1818
build/
1919
update.sh
20+
.idea/

axe_selenium_python/axe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def run(self, context=None, options=None, impact=None):
6363

6464
return violations
6565

66-
def impact_included(rule, impact):
66+
def impact_included(self, rule, impact):
6767
"""
6868
Function to filter for violations iwht specified impact level, and all
6969
violations with a higher impact level.

0 commit comments

Comments
 (0)