mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-28 14:08:43 +02:00
fix test name
This commit is contained in:
parent
b23e9eb384
commit
cedb9764ba
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ func TestHTTPHeaders(t *testing.T) {
|
|||
|
||||
assert.Equal(t, `{"level":"info"}`, strings.TrimSpace(buf.String()))
|
||||
})
|
||||
t.Run("one", func(t *testing.T) {
|
||||
t.Run("two", func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
var buf bytes.Buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue