frisby icon indicating copy to clipboard operation
frisby copied to clipboard

ExpectJsonType doesn't seem to work with Integer values

Open lstep opened this issue 7 years ago • 0 comments

When trying to match a JSON returned value which is an integer, normally I (think I) should be using: ExpectJsonType("foobar", reflect.Int), but when doing this, I get an error: Expect Json "foobar" type to be "int", but got json.Number.

lstep avatar Jan 25 '17 09:01 lstep