Skip to content

Commit 38d446b

Browse files
committed
chore: remove normalization from tests
1 parent b98b2c6 commit 38d446b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/httpapi/server_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ func TestOpenAPISchema(t *testing.T) {
5555
t.Fatalf("failed to unmarshal disk schema: %s", err)
5656
}
5757

58-
srv.NormalizeSchema(&currentSchema)
59-
srv.NormalizeSchema(&diskSchema)
60-
6158
require.Equal(t, currentSchema, diskSchema)
6259
}
6360

0 commit comments

Comments
 (0)