Skip to content

Commit

Permalink
Remove unused pass.jms.embed property
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Feb 15, 2024
1 parent 5c85749 commit 3481411
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion pass-core-main/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ server:
pass:
jms:
sqs: ${PASS_CORE_USE_SQS:true}
embed: ${PASS_CORE_EMBED_JMS_BROKER:false}
file-service:
storage-type: ${PASS_CORE_FILE_SERVICE_TYPE:FILE_SYSTEM}
root-dir: ${PASS_CORE_FILE_SERVICE_ROOT_DIR:}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@

@TestPropertySource(properties = {
"spring.artemis.embedded.enabled=false",
"pass.jms.sqs=true",
"pass.jms.embed=false"
"pass.jms.sqs=true"
})
public class JmsSqsConfigurationTest extends IntegrationTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
@TestPropertySource(properties = {
"spring.artemis.embedded.enabled=false",
"pass.jms.sqs=true",
"pass.jms.embed=false",
"aws.sqs.endpoint-override=http://testhost:8080"
})
public class JmsSqsEndpointConfigurationTest extends IntegrationTest {
Expand Down

0 comments on commit 3481411

Please sign in to comment.