Skip to content

Commit 4b46cd6

Browse files
committed
#closes #295
1 parent b8e5911 commit 4b46cd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reporters/klov/src/main/java/com/aventstack/extentreports/reporter/ExtentKlovReporter.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,10 @@ private void removeFromAttributes(Test t) {
900900
}
901901
}
902902

903+
public MongoClient mongoClient() {
904+
return mongoClient;
905+
}
906+
903907
public String uri() {
904908
if (projectName == null || projectName.isEmpty() || reportId == null)
905909
return "";

0 commit comments

Comments
 (0)