Add signature v4 tests

This commit is contained in:
Harshavardhana
2015-07-12 12:40:38 -07:00
parent 74e44cd0c4
commit 847440196e
3 changed files with 1141 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ func (s *MyAPIDonutCacheSuite) SetUpSuite(c *C) {
c.Assert(err, IsNil)
s.root = root
conf := new(donut.Config)
conf := &donut.Config{}
conf.Version = "0.0.1"
conf.MaxSize = 100000
donut.CustomConfigPath = filepath.Join(root, "donut.json")