Skip to content

Commit

Permalink
refactor: RA-107 set default SpringBootTest.WebEnvironment.MOCK
Browse files Browse the repository at this point in the history
  • Loading branch information
shleger committed May 9, 2024
1 parent 8d91f60 commit 39ecf3b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
import org.cardanofoundation.rosetta.RosettaApiApplication;

@Profile("test-integration")
@SpringBootTest(
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
classes = {RosettaApiApplication.class})
@SpringBootTest(classes = {RosettaApiApplication.class})
@Transactional
public abstract class IntegrationTest extends TransactionsTestData {
}

0 comments on commit 39ecf3b

Please sign in to comment.