tests: enable ara_api_configure_cron to test it

Change-Id: I23cafd8f8c1401aa004ac65803c058164ba648d4
This commit is contained in:
David Moreau Simard 2021-02-24 11:37:31 -05:00
parent 17d360c30e
commit 3e925fe465
No known key found for this signature in database
GPG Key ID: 7D4729EC4E64E8B7
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@ ara_api_database_name: ara
ara_api_database_user: ara
ara_api_database_password: password
ara_api_database_port: 3306
# Configure cleanup crons to exercise the code path during tests
ara_api_configure_cron: true
# The host is defined dynamically based on the address of the database server
# ara_api_database_host: 127.0.0.1
_mysql_container_name: ara_tests_mariadb

View File

@ -10,6 +10,8 @@ ara_api_database_name: ara
ara_api_database_user: ara
ara_api_database_password: password
ara_api_database_port: 5432
# Configure cleanup crons to exercise the code path during tests
ara_api_configure_cron: true
# The host is defined dynamically based on the address of the database server
# ara_api_database_host: 127.0.0.1
_postgresql_container_name: ara-postgresql-tests