forked from p34709852/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:
|
def get_credentials_for_propagation(self) -> dict:
|
||||||
try:
|
try:
|
||||||
response = requests.get( # noqa: DUO123
|
response = requests.get( # noqa: DUO123
|
||||||
f"{self._control_channel_server}/api/propagationCredentials",
|
f"{self._control_channel_server}/api/propagation-credentials",
|
||||||
verify=False,
|
verify=False,
|
||||||
proxies=ControlClient.proxies,
|
proxies=ControlClient.proxies,
|
||||||
timeout=SHORT_REQUEST_TIMEOUT,
|
timeout=SHORT_REQUEST_TIMEOUT,
|
||||||
|
|
Loading…
Reference in New Issue