mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-01 21:47:45 +09:00
go.mod updates
This commit is contained in:
@@ -15,7 +15,6 @@ func (s *Suite) TestGetMachine(c *check.C) {
|
||||
if err != nil {
|
||||
c.Fatal(err)
|
||||
}
|
||||
defer db.Close()
|
||||
|
||||
_, err = h.GetMachine("test", "testmachine")
|
||||
c.Assert(err, check.NotNil)
|
||||
|
||||
Reference in New Issue
Block a user