forked from toolshed/abra
		
	test: fix test suite to understand pkg/ directory
This commit is contained in:
		| @ -3,7 +3,7 @@ package client_test | ||||
| import ( | ||||
| 	"testing" | ||||
|  | ||||
| 	"coopcloud.tech/abra/client" | ||||
| 	"coopcloud.tech/abra/pkg/client" | ||||
| 	dContext "github.com/docker/cli/cli/context" | ||||
| 	dCliContextStore "github.com/docker/cli/cli/context/store" | ||||
| ) | ||||
|  | ||||
| @ -8,8 +8,8 @@ import ( | ||||
| 	"testing" | ||||
| ) | ||||
|  | ||||
| var testFolder = os.ExpandEnv("$PWD/../tests/resources/test_folder") | ||||
| var validAbraConf = os.ExpandEnv("$PWD/../tests/resources/valid_abra_config") | ||||
| var testFolder = os.ExpandEnv("$PWD/../../tests/resources/test_folder") | ||||
| var validAbraConf = os.ExpandEnv("$PWD/../../tests/resources/valid_abra_config") | ||||
|  | ||||
| // make sure these are in alphabetical order | ||||
| var tFolders = []string{"folder1", "folder2"} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user