diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2024-02-13 09:53:07 +0000 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2024-02-13 15:31:55 +0000 |
commit | e6fe08ba29a63ce001242198832e0a6dcb06077b (patch) | |
tree | bcbfd776786f37b3498607039a96a9d3c53220d5 /integration-test/src/test/resources/application.yml | |
parent | a3e1ba15f0ed3735e4b7a540371144e7dc9bfa07 (diff) |
Remove liquibase test changelog
Complete liquibase changelog takes under 1 second to run,
so having separate changelog for integration tests offers
no benefit.
Issue-ID: CPS-2090
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ib0e928f35d401b91c23dfcb5dc82c77778a044dc
Diffstat (limited to 'integration-test/src/test/resources/application.yml')
-rw-r--r-- | integration-test/src/test/resources/application.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-test/src/test/resources/application.yml b/integration-test/src/test/resources/application.yml index 55560aa626..dbff207dde 100644 --- a/integration-test/src/test/resources/application.yml +++ b/integration-test/src/test/resources/application.yml @@ -36,4 +36,4 @@ spring: initialization-mode: always liquibase: - change-log: classpath:liquibase/test-changelog.yaml + change-log: classpath:changelog/changelog-master.yaml |