Add improvements 2
This commit is contained in:
@@ -71,7 +71,7 @@ class ServiceAuthenticator:
|
||||
}
|
||||
|
||||
if tenant_id:
|
||||
headers["X-Tenant-ID"] = str(tenant_id)
|
||||
headers["x-tenant-id"] = str(tenant_id)
|
||||
|
||||
return headers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user