Remove unused context import from test file

This commit is contained in:
Mathieu Parent 2026-03-03 09:26:04 +01:00 committed by GitHub
parent 88deb9b211
commit 734cc21fb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@
package server
import (
"context"
"testing"
"github.com/stretchr/testify/require"