fix: remaining database qualifiers in tests

This commit is contained in:
2026-05-06 23:14:46 +02:00
parent 7f768080ee
commit 999a7f73c1
3 changed files with 9 additions and 9 deletions

View File

@@ -41,5 +41,5 @@ func TestProxyTokenScopeValidation(t *testing.T) {
}
type fakeProxyQuerier struct {
database.Querier
db.Querier
}