Skip to content

Commit b727a3f

Browse files
committed
Fixed custom proxy
1 parent 97ecc70 commit b727a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entra/server_side_calls/ms_entra.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def generate_special_agent_commands(
6565

6666
if params.proxy:
6767
match params.proxy:
68-
case URLProxy(url):
68+
case URLProxy(url=url):
6969
args += ["--proxy", url]
7070
case EnvProxy():
7171
args += ["--proxy", "FROM_ENVIRONMENT"]

0 commit comments

Comments
 (0)