We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b49304 commit 34519e4Copy full SHA for 34519e4
scim2_cli/__init__.py
@@ -116,10 +116,8 @@ def cli(
116
if not url:
117
raise click.ClickException("No SCIM server URL defined.")
118
119
- ctx.obj["URL"] = url
120
-
121
headers_dict = split_headers(header)
122
- client = Client(base_url=ctx.obj["URL"], headers=headers_dict)
+ client = Client(base_url=url, headers=headers_dict)
123
124
resource_models, resource_types_obj, spc_obj = load_config_files(
125
schemas, resource_types, service_provider_config
0 commit comments