Skip to content

Commit

Permalink
fix uni test / conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mch1307 committed Nov 2, 2017
1 parent 6de67bd commit f3b5317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/config_test.go
Expand Up @@ -20,8 +20,8 @@ func TestInitialize(t *testing.T) {
cfg.ServerConfig.LogLevel = "DEBUG"
cfg.ServerConfig.LogPath = "."
cfg.JeedomConfig.URL = "http://jeedom/core/api/jeeApi.php"
cfg.JeedomConfig.APIKey = "abcdefgh1234"
cfg.JeedomConfig.Enabled = true
cfg.JeedomConfig.APIKey = ""
cfg.JeedomConfig.Enabled = false
cfgDefault.NhcConfig.Host = ""
cfgDefault.NhcConfig.Port = 0
cfgDefault.ServerConfig.ListenPort = 8081
Expand Down
2 changes: 1 addition & 1 deletion config/test.toml
Expand Up @@ -9,4 +9,4 @@ port = 8000

[jeedom]
url = "http://jeedom/core/api/jeeApi.php"
apikey = "abcdefgh1234"
apikey = ""

0 comments on commit f3b5317

Please sign in to comment.