Chore: Remove gotest.tools dependency (#31391) (#31395)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
(cherry picked from commit 6e549bc95d)
This commit is contained in:
Arve Knudsen
2021-02-22 14:20:28 +01:00
committed by GitHub
parent d4090a1d12
commit 59b730c372
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/setting"
"gotest.tools/assert"
"github.com/stretchr/testify/assert"
)
func TestIsHiddenUser(t *testing.T) {