Skip to content

Commit 04667f3

Browse files
committed
fix: typo. Don't override domain_name with IDP ID
1 parent c2a4a12 commit 04667f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tableauserverclient/models/user_item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def _set_values(
255255
if domain_name:
256256
self._domain_name = domain_name
257257
if idp_configuration_id:
258-
self._domain_name = idp_configuration_id
258+
self._idp_configuration_id = idp_configuration_id
259259

260260
@classmethod
261261
def from_response(cls, resp, ns) -> list["UserItem"]:

0 commit comments

Comments
 (0)