Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DaScripter committed Mar 6, 2022
1 parent 490ad96 commit 4c68cac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion authorization/authorization.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ def checkAuthorization(self, messageInfo, originalHeaders, checkUnauthorized):
def checkAuthorizationV2(self, messageInfo):
checkAuthorization(self, messageInfo, self._extender._helpers.analyzeResponse(messageInfo.getResponse()).getHeaders(), self._extender.doUnauthorizedRequest.isSelected())

test = "test"
def retestAllRequests(self):
for i in range(self.tableModel.getRowCount()):
logEntry = self._log.get(self.logTable.convertRowIndexToModel(i))
Expand Down

0 comments on commit 4c68cac

Please sign in to comment.