added credential variables

This commit is contained in:
Roberto Cirillo 2019-07-02 11:56:45 +02:00
parent 5e91fbf274
commit 31ef1cd611
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ public class OplogTest {
private MongoClient mongoClient;
DB local;
private DBCollection oplog;
// private String user="";
// private String password="";
private String user="";
private String password="";
// @BeforeClass