Skip to content

Commit e9e3947

Browse files
committed
NoSQL: expose connection-string
1 parent 683342e commit e9e3947

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/persistence/db/mongodb/src/testFixtures/java/org/apache/polaris/persistence/mongodb/MongoDbBackendTestFactory.java

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ public Optional<String> databaseName() {
5757
return factory.buildBackend(config);
5858
}
5959

60+
public String connectionString() {
61+
return connectionString;
62+
}
63+
6064
@Override
6165
public void start() {
6266
start(Optional.empty());

0 commit comments

Comments
 (0)