mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-17 16:36:02 +00:00
servertest, hi, integration: remove dead test helpers
This commit is contained in:
parent
ed6596f9d7
commit
b88a3cb7b2
4 changed files with 0 additions and 148 deletions
|
|
@ -406,8 +406,6 @@ func (s *Scenario) ShutdownAssertNoPanics(t *testing.T) {
|
|||
}
|
||||
|
||||
if s.mockOIDC.r != nil {
|
||||
s.mockOIDC.r.Close()
|
||||
|
||||
err := s.mockOIDC.r.Close()
|
||||
if err != nil {
|
||||
log.Printf("tearing down oidc server: %s", err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue