More middleware unit tests cover all current auth mechanisms
This commit is contained in:
@@ -121,3 +121,7 @@ func Dispatch(msg Msg) error {
|
||||
func Publish(msg Msg) error {
|
||||
return globalBus.Publish(msg)
|
||||
}
|
||||
|
||||
func ClearBusHandlers() {
|
||||
globalBus = New()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user