Skip to content

Commit

Permalink
other test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mswertz committed Oct 25, 2024
1 parent 54387bb commit 9a5d0a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ public void testCsvApi_tableCsvUploadDownload() {
given().sessionId(SESSION_ID).body(update).when().delete(path).then().statusCode(200);

result = given().sessionId(SESSION_ID).accept(ACCEPT_CSV).when().get(path).asString();
assertTrue(result.contains("green,,colors"));
assertTrue(result.contains("green,,,colors"));
}

@Test
Expand Down

0 comments on commit 9a5d0a7

Please sign in to comment.