forked from p15670423/monkey
Agent: Remove camel case from propagation credentials endpoint
This commit is contained in:
parent
58d55f589d
commit
703ba4f1c4
|
@ -56,7 +56,7 @@ class ControlChannel(IControlChannel):
|
|||
def get_credentials_for_propagation(self) -> dict:
|
||||
try:
|
||||
response = requests.get( # noqa: DUO123
|
||||
f"{self._control_channel_server}/api/propagationCredentials",
|
||||
f"{self._control_channel_server}/api/propagation-credentials",
|
||||
verify=False,
|
||||
proxies=ControlClient.proxies,
|
||||
timeout=SHORT_REQUEST_TIMEOUT,
|
||||
|
|
Loading…
Reference in New Issue