forked from p15670423/monkey
agent: Fix W291 trailing whitespace warnings
This commit is contained in:
parent
c9d64ea40c
commit
13d99a4ccc
|
@ -160,7 +160,7 @@ class WebLogic201710271(WebRCE):
|
|||
:param command: command itself
|
||||
:return: Formatted payload
|
||||
"""
|
||||
empty_payload = """<soapenv:Envelope
|
||||
empty_payload = """<soapenv:Envelope
|
||||
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
|
||||
<soapenv:Header>
|
||||
<work:WorkContext xmlns:work="http://bea.com/2004/06/soap/workarea/">
|
||||
|
@ -196,7 +196,7 @@ class WebLogic201710271(WebRCE):
|
|||
:param port: Server's port
|
||||
:return: Formatted payload
|
||||
"""
|
||||
generic_check_payload = """<soapenv:Envelope
|
||||
generic_check_payload = """<soapenv:Envelope
|
||||
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
|
||||
<soapenv:Header>
|
||||
<work:WorkContext xmlns:work="http://bea.com/2004/06/soap/workarea/">
|
||||
|
@ -310,7 +310,7 @@ class WebLogic20192725(WebRCE):
|
|||
"""
|
||||
empty_payload = """
|
||||
<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\">
|
||||
<soapenv:Header>
|
||||
<wsa:Action>xx</wsa:Action>
|
||||
|
|
Loading…
Reference in New Issue