Remove Codec from ContentConfig.

This commit is contained in:
Wojciech Tyczynski
2016-05-04 12:24:16 +02:00
parent 2da247ffbc
commit 7403564366
43 changed files with 260 additions and 264 deletions

View File

@@ -22,7 +22,7 @@ import (
)
func TestValidateArgs(t *testing.T) {
f, _, _ := NewAPIFactory()
f, _, _, _ := NewAPIFactory()
tests := []struct {
flags map[string]string