File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ def mock_profile(self):
26262727 "first_name" : "WorkOS" ,
2828 "last_name" : "Demo" ,
29+ "connection_id" : "conn_01EMH8WAK20T42N2NBMNBCYHAG" ,
2930 "connection_type" : "OktaSAML" ,
3031 "idp_id" : "00u1klkowm8EGah2H357" ,
3132 "raw_attributes" : {
@@ -135,6 +136,7 @@ def test_get_profile_returns_expected_workosprofile_object(
135136 "id" : mock_profile ["id" ],
136137 "email" : mock_profile ["email" ],
137138 "first_name" : mock_profile ["first_name" ],
139+ "connection_id" : mock_profile ["connection_id" ],
138140 "connection_type" : mock_profile ["connection_type" ],
139141 "last_name" : mock_profile ["last_name" ],
140142 "idp_id" : mock_profile ["idp_id" ],
Original file line number Diff line number Diff line change 1212
1313__package_url__ = "https://github.com/workos-inc/workos-python"
1414
15- __version__ = "0.7 .0"
15+ __version__ = "0.8 .0"
1616
1717__author__ = "WorkOS"
1818
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ class WorkOSProfile(WorkOSBaseResource):
1313 "email" ,
1414 "first_name" ,
1515 "last_name" ,
16+ "connection_id" ,
1617 "connection_type" ,
1718 "idp_id" ,
1819 "raw_attributes" ,
You can’t perform that action at this time.
0 commit comments