File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ func TestUserGroupsService_GetByID_CompleteFields(t *testing.T) {
167
167
userGroup := UserGroup {
168
168
ID : "group-456" ,
169
169
Name : "Complete Test Group" ,
170
- ConnectAuth : "SAML " ,
170
+ ConnectAuth : "EVERY_TIME " ,
171
171
InternetAccess : "GLOBAL_INTERNET" ,
172
172
MaxDevice : 10 ,
173
173
SystemSubnets : []string {"172.16.0.0/12" },
@@ -188,8 +188,8 @@ func TestUserGroupsService_GetByID_CompleteFields(t *testing.T) {
188
188
}
189
189
190
190
// Verify all fields are properly populated
191
- if result .ConnectAuth != "SAML " {
192
- t .Errorf ("Expected ConnectAuth 'SAML ', got %s" , result .ConnectAuth )
191
+ if result .ConnectAuth != "EVERY_TIME " {
192
+ t .Errorf ("Expected ConnectAuth 'EVERY_TIME ', got %s" , result .ConnectAuth )
193
193
}
194
194
195
195
if result .InternetAccess != "GLOBAL_INTERNET" {
You can’t perform that action at this time.
0 commit comments