Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
Small update that was also added on 1740 to aid the tests in being able
to hit the Wipeout endpoint.
  • Loading branch information
Bill Smith committed Jul 29, 2021
1 parent ef29b25 commit ade135d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import java.nio.file.Paths

//TODO: make config configurable
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = [ShibbolethUiApplication])
@ActiveProfiles(['dev'])
@ActiveProfiles(['dev', 'very-dangerous'])
@DirtiesContext(classMode = DirtiesContext.ClassMode.AFTER_EACH_TEST_METHOD, methodMode = DirtiesContext.MethodMode.AFTER_METHOD)
class SeleniumSIDETest extends Specification {
@Value('${local.server.port}')
Expand Down

0 comments on commit ade135d

Please sign in to comment.