~ci-train-bot/ubuntu-push/ubuntu-push-ubuntu-yakkety-2021

« back to all changes in this revision

Viewing changes to server/api/middleware_test.go

  • Committer: john.lenton at canonical
  • Date: 2014-03-20 12:15:47 UTC
  • mfrom: (81 ubuntu-push)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: john.lenton@canonical.com-20140320121547-i544is8492ulfykx
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
package api
18
18
 
19
19
import (
 
20
        "net/http"
 
21
        "net/http/httptest"
 
22
 
20
23
        . "launchpad.net/gocheck"
 
24
 
21
25
        helpers "launchpad.net/ubuntu-push/testing"
22
 
        "net/http"
23
 
        "net/http/httptest"
24
26
)
25
27
 
26
28
type middlewareSuite struct{}