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 6a4ac46 commit 047ea57Copy full SHA for 047ea57
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