Skip to content

Commit

Permalink
chore: change test profile
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffTabiri committed Mar 26, 2024
1 parent c73f554 commit a6c3b60
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;

@SpringBootTest
@ActiveProfiles("test")
class QuizBackendApplicationTests {

@Test
Expand Down

0 comments on commit a6c3b60

Please sign in to comment.