diff options
author | Wolfy-J <[email protected]> | 2018-10-01 16:59:24 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-10-01 16:59:24 +0300 |
commit | a14a6cd6c2fa4fdcdb8b3343d6f3ef537c10b4e0 (patch) | |
tree | c269634d23b6d6b6af44675c0b7a9f9836016bb5 /server_config_test.go | |
parent | 1a48c852f2ac3fc2b0f0ef8019eb3068e2ecfe1d (diff) |
go fmt
Diffstat (limited to 'server_config_test.go')
-rw-r--r-- | server_config_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server_config_test.go b/server_config_test.go index 429dd314..753da599 100644 --- a/server_config_test.go +++ b/server_config_test.go @@ -109,7 +109,6 @@ func Test_ServerConfig_SetEnv(t *testing.T) { assert.Contains(t, c.Env, "RR_RELAY=pipes") } - func Test_ServerConfig_SetEnv_Relay(t *testing.T) { cfg := &ServerConfig{ Command: "php tests/client.php pipes", |