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
@@ -77,7 +77,7 @@ var sqlStoreTestCases = []sqlStoreTest{
|
||||
},
|
||||
}
|
||||
|
||||
func TestSQLConnectionString(t *testing.T) {
|
||||
func TestIntegrationSQLConnectionString(t *testing.T) {
|
||||
for _, testCase := range sqlStoreTestCases {
|
||||
t.Run(testCase.name, func(t *testing.T) {
|
||||
sqlstore := &SQLStore{}
|
||||
|
||||
Reference in New Issue
Block a user