@@ -18,7 +18,7 @@ import (
1818func TestGetWallet (t * testing.T ) {
1919 t .Run ("should return wallet" , func (t * testing.T ) {
2020 ctx := context .Background ()
21- keystorePath := filepath .Join ("../../../" , "docker-compose/localstack/local-key.json" )
21+ keystorePath := filepath .Join ("../../../" , "docker-compose/local/ localstack/local-key.json" )
2222 env := environment.Environment {
2323 SecretSource : "env" ,
2424 WalletManagement : "native" ,
@@ -51,7 +51,7 @@ func TestGetWallet(t *testing.T) {
5151
5252func TestCreatePeginContract (t * testing.T ) {
5353 t .Run ("should return contract" , func (t * testing.T ) {
54- keystorePath := filepath .Join ("../../../" , "docker-compose/localstack/local-key.json" )
54+ keystorePath := filepath .Join ("../../../" , "docker-compose/local/ localstack/local-key.json" )
5555 env := environment.Environment {
5656 SecretSource : "env" ,
5757 WalletManagement : "native" ,
@@ -72,7 +72,7 @@ func TestCreatePeginContract(t *testing.T) {
7272
7373func TestCreatePegoutContract (t * testing.T ) {
7474 t .Run ("should return contract" , func (t * testing.T ) {
75- keystorePath := filepath .Join ("../../../" , "docker-compose/localstack/local-key.json" )
75+ keystorePath := filepath .Join ("../../../" , "docker-compose/local/ localstack/local-key.json" )
7676 env := environment.Environment {
7777 SecretSource : "env" ,
7878 WalletManagement : "native" ,
@@ -93,7 +93,7 @@ func TestCreatePegoutContract(t *testing.T) {
9393
9494func TestCreateDiscoveryContract (t * testing.T ) {
9595 t .Run ("should return contract" , func (t * testing.T ) {
96- keystorePath := filepath .Join ("../../../" , "docker-compose/localstack/local-key.json" )
96+ keystorePath := filepath .Join ("../../../" , "docker-compose/local/ localstack/local-key.json" )
9797 env := environment.Environment {
9898 SecretSource : "env" ,
9999 WalletManagement : "native" ,
0 commit comments