diff --git a/request_test.go b/request_test.go index a3e52f9..6fb8a7e 100644 --- a/request_test.go +++ b/request_test.go @@ -778,12 +778,12 @@ func TestUnmarshalCustomTypeAttributes(t *testing.T) { "type": "customtypes", "id": "1", "attributes": map[string]interface{}{ - "int": customInt, - "intptr": &customInt, + "int": 5, + "intptr": 5, "intptrnull": nil, - "float": customFloat, - "string": customString, + "float": 1.5, + "string": "Test", }, }, }