Skip to content

Commit 37ed6a4

Browse files
committed
test: suppress intentional octal permission warning
1 parent 498723d commit 37ed6a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎modules/mongodb/src/test/java/org/testcontainers/mongodb/MongoDBContainerTest.java‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ void shouldRunInitScript() {
7171
}
7272

7373
@Test
74+
@SuppressWarnings("OctalInteger")
7475
void shouldRunShInitScript() {
7576
try (
7677
MongoDBContainer mongoDBContainer = new MongoDBContainer("mongo:4.0.10")

0 commit comments

Comments
 (0)