Skip to content

Commit 1f5e67b

Browse files
fix(disable ticket test): Sunat Beta does not allow ticket verification hence disabling test (#65)
1 parent e6d78ac commit 1f5e67b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/java/io/github/project/openubl/xsender/camel/SendBillTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ public void billService_sendBill_guiaRemision() throws Exception {
203203
assertEquals(1085, sunatResponse.getMetadata().getResponseCode()); // Debe enviar las guias de remisión por el nuevo sistema de recepción de guias electronicas
204204
}
205205

206+
@Disabled
206207
@Test
207208
public void billService_getStatus() throws Exception {
208209
InputStream xmlFileIS = Thread

0 commit comments

Comments
 (0)