mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Put issue number to test code
This commit is contained in:
parent
d1e1cde00e
commit
4397ee61d0
@ -170,6 +170,7 @@ func TestQuotaCommandsAndQueries(t *testing.T) {
|
|||||||
So(query.Result.Used, ShouldEqual, 1)
|
So(query.Result.Used, ShouldEqual, 1)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// related: https://github.com/grafana/grafana/issues/14342
|
||||||
Convey("Should org quota updating is successful even if it called multiple time", func() {
|
Convey("Should org quota updating is successful even if it called multiple time", func() {
|
||||||
orgCmd := m.UpdateOrgQuotaCmd{
|
orgCmd := m.UpdateOrgQuotaCmd{
|
||||||
OrgId: orgId,
|
OrgId: orgId,
|
||||||
@ -201,6 +202,7 @@ func TestQuotaCommandsAndQueries(t *testing.T) {
|
|||||||
So(query.Result.Limit, ShouldEqual, 10)
|
So(query.Result.Limit, ShouldEqual, 10)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// related: https://github.com/grafana/grafana/issues/14342
|
||||||
Convey("Should user quota updating is successful even if it called multiple time", func() {
|
Convey("Should user quota updating is successful even if it called multiple time", func() {
|
||||||
userQuotaCmd := m.UpdateUserQuotaCmd{
|
userQuotaCmd := m.UpdateUserQuotaCmd{
|
||||||
UserId: userId,
|
UserId: userId,
|
||||||
|
Loading…
Reference in New Issue
Block a user