backend/consul: rebase and modify gzip test

This commit is contained in:
Mitchell Hashimoto 2017-03-14 17:59:54 -07:00
parent 1daff7a826
commit 0cd15176ff
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

@ -90,5 +90,5 @@ func TestBackend_gzip(t *testing.T) {
})
// Test
backend.TestBackend(t, b)
backend.TestBackend(t, b, nil)
}