Chore: Rename integration tests (#49438)
* Chore: Rename integration tests * Remove one Integration Co-authored-by: Ida Furjesova <ida.furjesova@grafana.com>
This commit is contained in:
co-authored by
Ida Furjesova
parent
7bcc151ae6
commit
50c2b4682a
@@ -15,7 +15,7 @@ import (
|
||||
|
||||
var ErrProvokedError = errors.New("testing error")
|
||||
|
||||
func TestTransaction(t *testing.T) {
|
||||
func TestIntegrationTransaction(t *testing.T) {
|
||||
ss := InitTestDB(t)
|
||||
|
||||
cmd := &models.AddApiKeyCommand{Key: "secret-key", Name: "key", OrgId: 1}
|
||||
@@ -56,7 +56,7 @@ func TestTransaction(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func TestReuseSessionWithTransaction(t *testing.T) {
|
||||
func TestIntegrationReuseSessionWithTransaction(t *testing.T) {
|
||||
ss := InitTestDB(t)
|
||||
|
||||
t.Run("top level transaction", func(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user