Skip to content

Commit

Permalink
modified: violetear_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Oct 3, 2015
1 parent d599c8c commit 99b97d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions violetear_test.go
Expand Up @@ -178,6 +178,7 @@ func TestRouter(t *testing.T) {
expect(t, w.Code, http.StatusOK)
expect(t, len(w.HeaderMap), 3)
expectDeepEqual(t, w.HeaderMap["X-App-Epazote"], []string{"1.1"})
expectDeepEqual(t, w.HeaderMap["Content-Type"], []string{"application/json; charset=UTF-8"})
}

func TestRoutes(t *testing.T) {
Expand Down

0 comments on commit 99b97d3

Please sign in to comment.