Skip to content

BUG - Fix incorrect bean registration for jwt mode #666

@rtisma

Description

@rtisma

In the tests, where

@Profile({"test", "jwt"})

was used, actually means

@Profile("test | jwt")

This should be fixed to be

@Profile("test & jwt")

as per
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/context/annotation/Profile.html

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomerslowLow priority to be worked on.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions