Skip to content

Commit 1973be2

Browse files
committed
tests
1 parent 82cd3f5 commit 1973be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/jdbc/src/test/groovy/RemoteJDBCInstrumentationTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ abstract class RemoteJDBCInstrumentationTest extends VersionedNamingTestBase {
4646

4747
@Shared
4848
private Map<String, String> jdbcUrls = [
49-
"postgresql" : "jdbc:postgresql://localhost:5432/" + dbName.get("postgresql"),
49+
(POSTGRESQL) : "jdbc:postgresql://localhost:5432/" + dbName.get("postgresql"),
5050
"mysql" : "jdbc:mysql://localhost:3306/" + dbName.get("mysql"),
5151
"sqlserver" : "jdbc:sqlserver://localhost:1433/" + dbName.get("sqlserver"),
5252
]

0 commit comments

Comments
 (0)