We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cd3f5 commit 1973be2Copy full SHA for 1973be2
dd-java-agent/instrumentation/jdbc/src/test/groovy/RemoteJDBCInstrumentationTest.groovy
@@ -46,7 +46,7 @@ abstract class RemoteJDBCInstrumentationTest extends VersionedNamingTestBase {
46
47
@Shared
48
private Map<String, String> jdbcUrls = [
49
- "postgresql" : "jdbc:postgresql://localhost:5432/" + dbName.get("postgresql"),
+ (POSTGRESQL) : "jdbc:postgresql://localhost:5432/" + dbName.get("postgresql"),
50
"mysql" : "jdbc:mysql://localhost:3306/" + dbName.get("mysql"),
51
"sqlserver" : "jdbc:sqlserver://localhost:1433/" + dbName.get("sqlserver"),
52
]
0 commit comments