Skip to content

Commit

Permalink
Fix DeleteTimeEntry test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Lissé committed Apr 9, 2019
1 parent 89d6bb3 commit f32123d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mite/time_entry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,7 @@ func TestApi_DeleteTimeEntry(t *testing.T) {
rec.miteKey = r.Header.Get("X-MiteApiKey")
rec.userAgent = r.Header.Get("User-Agent")

w.Header().Add("Content-Type", "application/json; charset=utf-8")
w.WriteHeader(200)
_, _ = w.Write([]byte(timeEntryResponse))
}))

defer srv.Close()
Expand Down

0 comments on commit f32123d

Please sign in to comment.