cleanup
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
package rbac
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
// TestAuthConfig creates an initialized AuthConfig for testing
|
||||
func TestAuthConfig(t *testing.T, privateKeyPath, publicKeyPath string) *AuthConfig {
|
||||
config, err := NewLocalAuthConfig(privateKeyPath, publicKeyPath)
|
||||
|
||||
if err != nil {
|
||||
t.Fatalf("Failed to initialize auth config: %v", err)
|
||||
}
|
||||
return config
|
||||
}
|
||||
Reference in New Issue
Block a user