Skip to content

Commit

Permalink
fix test full mode supported
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadnoveljic committed Jul 5, 2024
1 parent 1d53bc6 commit db1b998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ abstract class JDBCDecoratorTest extends AgentTestRunner {
where:
dbType | expectedByType
"oracle" | false
"sqlserver" | false
"sqlserver" | true
"mysql" | true
"postgresql" | true
}
Expand Down

0 comments on commit db1b998

Please sign in to comment.