mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-12 17:59:06 +02:00
Close sqlite store
This commit is contained in:
@@ -766,7 +766,7 @@ func TestNewProvider_SetsGrantTypes(t *testing.T) {
|
||||
DataDir: t.TempDir(),
|
||||
})
|
||||
require.NoError(t, err)
|
||||
defer func() { _ = provider.Stop(ctx) }()
|
||||
defer func() { _ = provider.storage.Close() }()
|
||||
|
||||
req := httptest.NewRequest(http.MethodGet, "/oauth2/.well-known/openid-configuration", nil)
|
||||
rec := httptest.NewRecorder()
|
||||
|
||||
Reference in New Issue
Block a user