diff --git a/plugin/i18n/i18n_test.go b/plugin/i18n/i18n_test.go index 1ffbbb03..b48befd3 100644 --- a/plugin/i18n/i18n_test.go +++ b/plugin/i18n/i18n_test.go @@ -23,7 +23,7 @@ func TestI18N(t *testing.T) { func prepareConfigForCLI(cliConfigContent string) core_config.Repository { ioutil.WriteFile("config.json", []byte(cliConfigContent), 0644) ioutil.WriteFile("cf_config.json", []byte(""), 0644) - return core_config.NewCoreConfigFromPath("cf_config.json", "config.json", func(err error) { + return core_config.NewCoreConfigFromPath("config.json", func(err error) { fmt.Printf("prepareConfigForCLI() Error: %v", err) }) } diff --git a/plugin/testfixtures/.bluemix/config.json b/plugin/testfixtures/.bluemix/config.json index b360ad6a..873c5c6e 100644 --- a/plugin/testfixtures/.bluemix/config.json +++ b/plugin/testfixtures/.bluemix/config.json @@ -41,8 +41,6 @@ "QuotaID": "" }, "LoginAt": "0001-01-01T00:00:00Z", - "CFEETargeted": false, - "CFEEEnvID": "", "PluginRepos": null, "SSLDisabled": false, "Locale": "", @@ -57,7 +55,7 @@ "UsageStatsDisabled": false, "UsageStatsEnabled": false, "UsageStatsEnabledLastUpdate": "0001-01-01T00:00:00Z", - "SDKVersion": "1.3.0", + "SDKVersion": "1.4.0", "UpdateCheckInterval": 0, "UpdateRetryCheckInterval": 0, "UpdateNotificationInterval": 0,