func tests: fix database fixture for config-global (#1647)

This commit is contained in:
mmetc 2022-07-07 17:12:16 +02:00 committed by GitHub
parent 607b7d4b6f
commit 37ada58f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,6 @@ load_init_data() {
tar -C "${LOCAL_DIR}" --extract --file "${LOCAL_INIT_DIR}/init-config-data.tar"
./instance-db setup
./instance-db restore "${LOCAL_INIT_DIR}/database"
}