mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
Merge v2.10 into v3.0
This commit is contained in:
@@ -288,7 +288,7 @@ func TestHandler_Overview(t *testing.T) {
|
||||
return
|
||||
}
|
||||
|
||||
assert.Equal(t, resp.Header.Get("Content-Type"), "application/json")
|
||||
assert.Equal(t, "application/json", resp.Header.Get("Content-Type"))
|
||||
contents, err := io.ReadAll(resp.Body)
|
||||
require.NoError(t, err)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user