We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52012ed commit a1d06cdCopy full SHA for a1d06cd
internal/commands/util/configuration_test.go
@@ -43,6 +43,7 @@ func TestGetConfigFilePath(t *testing.T) {
43
}
44
45
func TestWriteSingleConfigKeyToExistingFile(t *testing.T) {
46
+ configuration.LoadConfiguration()
47
configFilePath, _ := configuration.GetConfigFilePath()
48
err := configuration.WriteSingleConfigKey(configFilePath, cxAscaPort, 0)
49
assert.NilError(t, err)
@@ -69,6 +70,7 @@ func TestWriteSingleConfigKeyToNonExistingFile(t *testing.T) {
69
70
71
72
func TestChangedOnlyAscaPortInConfigFile(t *testing.T) {
73
74
75
76
oldConfig, err := configuration.LoadConfig(configFilePath)
0 commit comments