christiangoudreau

Results 3 issues of christiangoudreau

I wish I could use yq to sort keys by reverse order. There's already a sort keys that sort only in one direction. Note: - how to questions should be...

enhancement
v4

Here's what I call : ``` var clients = given().body(List.of(clientCode)) .contentType(ContentType.JSON) .when().get(BASE_URI + "/by-ids") .then() .statusCode(HttpStatus.OK.value()) .extract() .as(ClientDto[].class); ``` This call works perfectly fine with rest-assured 5.0.1, what have changed...

Hi, It seems like a miss one piece of the puzzle : SQLSTATE[IMSSP]: This extension requires the Microsoft ODBC Driver for SQL Server to communicate with SQL Server. Access the...