diff options
author | Wolfy-J <[email protected]> | 2018-06-13 20:49:26 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-13 20:49:26 +0300 |
commit | fba45ff53a51bf173471e6d046fc46f0cbaf89e3 (patch) | |
tree | 0855eda2eb334d4d4f26157438649e0f58151f9d /service/http/config_test.go | |
parent | 87fff670cc5a446f4c396c30d330ce7958e9f40f (diff) |
http service test + status test
Diffstat (limited to 'service/http/config_test.go')
-rw-r--r-- | service/http/config_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/config_test.go b/service/http/config_test.go index 18e8ab3e..b806b79b 100644 --- a/service/http/config_test.go +++ b/service/http/config_test.go @@ -64,7 +64,7 @@ func Test_Config_NoWorkers(t *testing.T) { assert.Error(t, cfg.Valid()) } -func Test_Confi_InvalidAddress(t *testing.T) { +func Test_Config_InvalidAddress(t *testing.T) { cfg := &Config{ Enable: true, Address: "", |