We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ae122 commit 08e3895Copy full SHA for 08e3895
1 file changed
src/test/java/io/fusionauth/http/FormDataTest.java
@@ -315,7 +315,6 @@ public Builder assertOptionalExceptionOnWrite(Class<? extends Exception> clazz)
315
// - With the larger sizes this exception is mostly always thrown when running tests locally, but in GHA, it doesn't always occur.
316
if (thrownOnWrite != null) {
317
assertEquals(thrownOnWrite.getClass(), clazz);
318
- assertEquals(thrownOnWrite.getMessage(), "Broken pipe");
319
}
320
321
return this;
0 commit comments