Skip to content
Snippets Groups Projects
Commit 6ece79d5 authored by Mathieu.Vonlanthen's avatar Mathieu.Vonlanthen
Browse files

test(SolidifyHttpRequestInfoProvider): add test profile

parent eedbaa8f
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ import org.springframework.web.context.request.RequestContextHolder;
import com.nimbusds.jwt.SignedJWT;
@Profile("client-backend")
@Profile({"client-backend", "test"})
@Component
public class SolidifyHttpRequestInfoProvider implements HttpRequestInfoProvider {
private static final Logger log = LoggerFactory.getLogger(SolidifyHttpRequestInfoProvider.class);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment