Skip to content

Commit

Permalink
Fixed test props
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy committed Aug 22, 2023
1 parent 20c8498 commit 2511b63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/test/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ logging:
org.hibernate.type.descriptor.sql.BasicBinder: TRACE

spring:
profiles:
active: 'test'
application:
name: jasper
datasource:
Expand Down Expand Up @@ -86,9 +88,10 @@ jasper:
replicate-delay-min: 0
replicate-interval-min: 1
max-replicate-batch: 5000
async-delay-sec: 0
async-interval-sec: 1
scrape-delay-min: 5
scrape-interval-min: 1
oembed-origins: []
logging:
# To test json console appender
use-json-format: false
Expand Down

0 comments on commit 2511b63

Please sign in to comment.