Laura10101 / contractor-tax-calculator

0 stars 2 forks source link

Query string generation helper for config app not correctly concatenating parameters #193

Closed Laura10101 closed 10 months ago

Laura10101 commented 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"
Laura10101 commented 10 months ago

Added additional code to correctly separate parameters with "&".