mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 13:32:15 +08:00
Chore: Add context to org (#40685)
* Add context to org * Rebase * Fix rebase
This commit is contained in:
@ -49,7 +49,7 @@ func TestQuotaCommandsAndQueries(t *testing.T) {
|
||||
UserId: 1,
|
||||
}
|
||||
|
||||
err := CreateOrg(&userCmd)
|
||||
err := CreateOrg(context.Background(), &userCmd)
|
||||
require.NoError(t, err)
|
||||
orgId = userCmd.Result.Id
|
||||
|
||||
|
Reference in New Issue
Block a user