Skip to content

Commit

Permalink
tests: update integration test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Jan 22, 2024
1 parent 435b4c3 commit 33b15c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ quarkus.test.integration-test-profile=test
%test.tkit.rs.context.tenant-id.mock.data.i100=i100
%test.quarkus.keycloak.devservices.roles.bob=n3
%test.smallrye.jwt.verify.key.location=${keycloak.url}/realms/quarkus/protocol/openid-connect/certs
%test.tkit.rs.context.token.header-param=apm-principal-token

%test.tkit.dataimport.enabled=true
%test.tkit.dataimport.configurations.permission.enabled=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class AbstractTest {

protected static final String APM_HEADER_PARAM = ConfigProvider.getConfig()
.getValue("tkit.rs.context.token.header-param", String.class);
.getValue("%test.tkit.rs.context.token.header-param", String.class);
protected static final String CLAIMS_ORG_ID = ConfigProvider.getConfig()
.getValue("%test.tkit.rs.context.tenant-id.mock.claim-org-id", String.class);

Expand Down

0 comments on commit 33b15c2

Please sign in to comment.