mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
auth: fix warning in test
This commit is contained in:
parent
5773499dba
commit
f45d637025
@ -90,6 +90,10 @@ func (s *mockSession) Get(k interface{}) interface{} {
|
|||||||
return s.value
|
return s.value
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (s *mockSession) Delete(k interface{}) interface{} {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
func (s *mockSession) ID() string {
|
func (s *mockSession) ID() string {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user