Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneDutto committed Sep 5, 2024
1 parent ab9e771 commit 6ee75b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/db/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ func SetupDB(c *qt.C, database *db.Database) (dbmodel.Model, dbmodel.Controller,
sa, err := dbmodel.NewIdentity(clientIDWithDomain)
c.Assert(err, qt.Equals, nil)
err = database.GetIdentity(context.Background(), sa)
c.Assert(err, qt.Equals, nil)

return model, controller, cloud, *sa
}

Expand Down

0 comments on commit 6ee75b7

Please sign in to comment.