diff --git a/src/test/kotlin/de/gmuth/ipp/client/IppJobTests.kt b/src/test/kotlin/de/gmuth/ipp/client/IppJobTests.kt index 4805b4a6..457a7ea9 100644 --- a/src/test/kotlin/de/gmuth/ipp/client/IppJobTests.kt +++ b/src/test/kotlin/de/gmuth/ipp/client/IppJobTests.kt @@ -150,6 +150,7 @@ class IppJobTests { remove("number-of-documents") remove("job-printer-uri") remove("job-uri") + remove ("document-format") } assertEquals("Job #2366", toString()) }