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 f9b686a commit 96c2cabCopy full SHA for 96c2cab
github/scim_test.go
@@ -518,7 +518,7 @@ func TestUpdateAttributeForSCIMUserOperations_Marshal(t *testing.T) {
518
519
func TestUpdateAttributeForSCIMUserOptions_Marshal(t *testing.T) {
520
t.Parallel()
521
- testJSONMarshal(t, &UpdateAttributeForSCIMUserOptions{}, `{}`)
+ testJSONMarshal(t, &UpdateAttributeForSCIMUserOptions{}, `{"operations":{"op": ""}}`)
522
523
u := &UpdateAttributeForSCIMUserOptions{
524
Schemas: []string{"test", "schema"},
0 commit comments