Skip to content

Commit 047ea57

Browse files
geraldo-castroexageraldo
authored andcommitted
Fix TestUpdateAttributeForSCIMUserOptions_Marshal
1 parent 6a4ac46 commit 047ea57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/scim_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ func TestUpdateAttributeForSCIMUserOperations_Marshal(t *testing.T) {
518518

519519
func TestUpdateAttributeForSCIMUserOptions_Marshal(t *testing.T) {
520520
t.Parallel()
521-
testJSONMarshal(t, &UpdateAttributeForSCIMUserOptions{}, `{}`)
521+
testJSONMarshal(t, &UpdateAttributeForSCIMUserOptions{}, `{"operations":{"op": ""}}`)
522522

523523
u := &UpdateAttributeForSCIMUserOptions{
524524
Schemas: []string{"test", "schema"},

0 commit comments

Comments
 (0)