Skip to content

Fix test settings for database dependant tests.

Per Weijnitz requested to merge fix-test-settings into develop

I found the source of the database-dependant tests error. With the given update, this should result in a successful test result for this test: lein kaocha --focus jobtech-taxonomy-api.test.search-test/search-test-0

from the repl: (use 'kaocha.repl) (run 'jobtech-taxonomy-api.test.search-test/search-test-0)

Please note that this MR fixes the settings, and has one of the tests fixed - the other tests need general review and updating.

Merge request reports