From 43cdcf2f1cc199ca0338de5f2e57a076106b73d7 Mon Sep 17 00:00:00 2001 From: Eduardo Alves Date: Thu, 18 Apr 2024 16:39:10 -0300 Subject: [PATCH] Set absolute reference for stellar-core config path --- cmd/export_ledger_entry_changes_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/export_ledger_entry_changes_test.go b/cmd/export_ledger_entry_changes_test.go index 8a518e1d..364c3fde 100644 --- a/cmd/export_ledger_entry_changes_test.go +++ b/cmd/export_ledger_entry_changes_test.go @@ -6,7 +6,7 @@ import ( ) const coreExecutablePath = "../stellar-core/src/stellar-core" -const coreConfigPath = "./docker/stellar-core.cfg" +const coreConfigPath = "/etl/docker/stellar-core.cfg" func TestExportChanges(t *testing.T) {