Skip to content

Commit

Permalink
Remove named DataSource configuration in OpenTelemetryTestResource
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Oct 31, 2024
1 parent b397e8e commit 33b7197
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class OpenTelemetryTestResource implements QuarkusTestResourceLifecycleMa

@Override
public Map<String, String> start() {
return Map.of("quarkus.datasource.\"postgres\".devservices.image-name", POSTGRES_IMAGE_NAME);
return Map.of("quarkus.datasource.devservices.image-name", POSTGRES_IMAGE_NAME);
}

@Override
Expand Down

0 comments on commit 33b7197

Please sign in to comment.