diff options
author | Lee Anjella Macabuhay <lee.anjella.macabuhay@est.tech> | 2024-02-14 11:13:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-02-14 11:13:01 +0000 |
commit | 4f5671a73677db89bf21f6c1a9ff6a0585f5783e (patch) | |
tree | e83a6196ea95a72af550b695bf9d09b47ccff0ff /integration-test/src/test/resources/application.yml | |
parent | a6e62210e7d81a98ae2587ec0684a27e638911cc (diff) | |
parent | e6fe08ba29a63ce001242198832e0a6dcb06077b (diff) |
Merge "Remove liquibase test changelog"
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 |