Codebase list golang-github-ovh-go-ovh / ddd9657
Refresh patches. Debian Janitor 1 year, 3 months ago
1 changed file(s) with 6 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
88 configuration_test.go:101: loadConfig failed with: 'missing application key, please check your configuration or consult the documentation to create one'
99 ~~~~
1010
11 --- a/ovh/configuration_test.go
12 +++ b/ovh/configuration_test.go
13 @@ -29,8 +29,9 @@
14 // Tests
11 Index: golang-github-ovh-go-ovh.git/ovh/configuration_test.go
12 ===================================================================
13 --- golang-github-ovh-go-ovh.git.orig/ovh/configuration_test.go
14 +++ golang-github-ovh-go-ovh.git/ovh/configuration_test.go
15 @@ -30,6 +30,7 @@ func teardown() {
1516 //
1617
1718 func TestConfigFromFiles(t *testing.T) {
1920 // Write each parameter to one different configuration file
2021 // This is a simple way to test precedence
2122
22 // Prepare
23 @@ -76,8 +77,9 @@
24 }
23 @@ -77,6 +78,7 @@ consumer_key=local
2524 }
2625
2726 func TestConfigFromOnlyOneFile(t *testing.T) {
2928 // ini package has a bug causing it to ignore all subsequent configuration
3029 // files if any could not be loaded. Make sure that workaround... works.
3130
32 // Prepare