Skip to content

Commit

Permalink
test: add AuthData to test app to prevent classloading issues (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati authored Nov 9, 2024
1 parent 4ef799f commit 8078e22
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ class SpringReplacementsTest {
.overrideRuntimeConfigKey("quarkus.http.auth.proactive", "true")
.setArchiveProducer(() -> ShrinkWrap.create(JavaArchive.class)
.addClasses(
TestIdentityProvider.class,
IdentityMock.class,
AuthData.class,
TestIdentityProvider.class,
TestIdentityController.class,
TestUtils.class));

Expand Down

0 comments on commit 8078e22

Please sign in to comment.