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 87c6b8e commit ab24913Copy full SHA for ab24913
1 file changed
request_test.go
@@ -778,12 +778,12 @@ func TestUnmarshalCustomTypeAttributes(t *testing.T) {
778
"type": "customtypes",
779
"id": "1",
780
"attributes": map[string]interface{}{
781
- "int": customInt,
782
- "intptr": &customInt,
+ "int": 5,
+ "intptr": 5,
783
"intptrnull": nil,
784
785
- "float": customFloat,
786
- "string": customString,
+ "float": 1.5,
+ "string": "Test",
787
},
788
789
}
0 commit comments