TyrantLucifer commented on code in PR #4620:
URL: 
https://github.com/apache/incubator-seatunnel/pull/4620#discussion_r1193994015


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-mongodb-e2e/src/test/java/org/apache/seatunnel/e2e/connector/v2/mongodb/MongodbIT.java:
##########
@@ -67,36 +58,145 @@
 @Slf4j
 public class MongodbIT extends TestSuiteBase implements TestResource {
 
-    private static final String MONGODB_IMAGE = "mongo:6.0.5";
+    private static final Random random = new Random();

Review Comment:
   ```suggestion
       private static final Random RANDOM = new Random();
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to