From 090feef263a7d6aa967d37c05efcf7f565efac89 Mon Sep 17 00:00:00 2001 From: Siad Ardroumli Date: Sun, 2 Aug 2020 22:59:34 +0200 Subject: Update config_test.go --- service/static/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/static') diff --git a/service/static/config_test.go b/service/static/config_test.go index 442d87f9..8bf0d372 100644 --- a/service/static/config_test.go +++ b/service/static/config_test.go @@ -16,7 +16,7 @@ func (cfg *mockCfg) Unmarshal(out interface{}) error { } func Test_Config_Hydrate(t *testing.T) { - cfg := &mockCfg{`{"dir": "./"}`} + cfg := &mockCfg{`{"dir": "./", "request":{"foo": "bar"}, "response":{"xxx": "yyy"}}`} c := &Config{} assert.NoError(t, c.Hydrate(cfg)) -- cgit v1.2.3