Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Mar 21, 2024
1 parent ccb35f2 commit d1f102c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
@SpringBootTest(classes = TestApplication.class, properties = {
"audit.db.table.param.enabled=true",
"audit.db.cleanup.days=-1", // time shift to the future to enable cleanup test
"powerauth.audit.cleanup.delay.initial=60000" // delay the job due for slow builds
"powerauth.audit.cleanup.delay.initial=60000" // delay the job start due to slow builds
})
@Sql(scripts = "/db_schema.sql")
class AuditParamEnabledTest {
Expand Down

0 comments on commit d1f102c

Please sign in to comment.