Closed Laura10101 closed 10 months ago
Test "Service client helper functions › Query string generation › should return return valid http query string" returns:
Expected: "testStringParameter=abc&testIntParameter=5&testBooleanParameter=true" Received: "testStringParameter=abctestIntParameter=5testBooleanParameter=true"
Added additional code to correctly separate parameters with "&".
Test "Service client helper functions › Query string generation › should return return valid http query string" returns: