Skip to content

Commit f8b4ff5

Browse files
committed
Add/improve a string that better reflects the test case
1 parent bc5dd90 commit f8b4ff5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

github/scim_test.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,11 @@ func TestUpdateAttributeForSCIMUserOptions_Marshal(t *testing.T) {
430430
}
431431

432432
func TestListSCIMProvisionedIdentitiesOptions_addOptions(t *testing.T) {
433-
testJSONMarshal(t, &ListSCIMProvisionedIdentitiesOptions{}, `{}`)
433+
testJSONMarshal(t, &ListSCIMProvisionedIdentitiesOptions{}, `{
434+
"StartIndex": null,
435+
"Count": null,
436+
"Filter": null
437+
}`)
434438

435439
url := "some/path"
436440

0 commit comments

Comments
 (0)