Skip to content

Commit

Permalink
Merge pull request #42393 from quaff
Browse files Browse the repository at this point in the history
* pr/42393:
  Remove redundant @test annotation

Closes gh-42393
  • Loading branch information
mhalbritter committed Sep 20, 2024
2 parents d86160d + 7c8a674 commit de2defc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

package org.springframework.boot.docker.compose.service.connection.postgres;

import org.junit.jupiter.api.Test;

import org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails;
import org.springframework.boot.docker.compose.service.connection.test.DockerComposeTest;
import org.springframework.boot.testsupport.container.TestImage;
Expand All @@ -39,7 +37,6 @@ void runCreatesConnectionDetails(JdbcConnectionDetails connectionDetails) {
assertConnectionDetails(connectionDetails);
}

@Test
@DockerComposeTest(composeFile = "postgres-bitnami-compose.yaml", image = TestImage.BITNAMI_POSTGRESQL)
void runWithBitnamiImageCreatesConnectionDetails(JdbcConnectionDetails connectionDetails) {
assertConnectionDetails(connectionDetails);
Expand Down

0 comments on commit de2defc

Please sign in to comment.