Skip to content

Commit 25d6f98

Browse files
Fixed unit test issues #753
1 parent 618f97f commit 25d6f98

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

plugin/i18n/i18n_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func TestI18N(t *testing.T) {
2323
func prepareConfigForCLI(cliConfigContent string) core_config.Repository {
2424
ioutil.WriteFile("config.json", []byte(cliConfigContent), 0644)
2525
ioutil.WriteFile("cf_config.json", []byte(""), 0644)
26-
return core_config.NewCoreConfigFromPath("cf_config.json", "config.json", func(err error) {
26+
return core_config.NewCoreConfigFromPath("config.json", func(err error) {
2727
fmt.Printf("prepareConfigForCLI() Error: %v", err)
2828
})
2929
}

plugin/testfixtures/.bluemix/config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
"QuotaID": ""
4242
},
4343
"LoginAt": "0001-01-01T00:00:00Z",
44-
"CFEETargeted": false,
45-
"CFEEEnvID": "",
4644
"PluginRepos": null,
4745
"SSLDisabled": false,
4846
"Locale": "",
@@ -57,7 +55,7 @@
5755
"UsageStatsDisabled": false,
5856
"UsageStatsEnabled": false,
5957
"UsageStatsEnabledLastUpdate": "0001-01-01T00:00:00Z",
60-
"SDKVersion": "1.3.0",
58+
"SDKVersion": "1.4.0",
6159
"UpdateCheckInterval": 0,
6260
"UpdateRetryCheckInterval": 0,
6361
"UpdateNotificationInterval": 0,

0 commit comments

Comments
 (0)