Skip to content

Commit 98a38a5

Browse files
committed
remove unnecessary param
1 parent 0ded2fb commit 98a38a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_authtoken.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def _token_setting(self, ttype, escape_early, transition):
7575

7676
t.escape_early = escape_early
7777

78-
def _queryAssertEqual(self, path, expacted, query='', escape_early=False, transition=False,
78+
def _queryAssertEqual(self, path, expacted, escape_early=False, transition=False,
7979
payload=None, session_id=None, isUrl=True):
8080
self._token_setting('q', escape_early, transition)
8181
if isUrl:

0 commit comments

Comments
 (0)