mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -39,7 +39,7 @@ func addToken(img *store.Image) *store.Image {
|
||||
return img
|
||||
}
|
||||
|
||||
func TestSaveAndGetImage(t *testing.T) {
|
||||
func TestIntegrationSaveAndGetImage(t *testing.T) {
|
||||
mockTimeNow()
|
||||
ctx := context.Background()
|
||||
_, dbstore := tests.SetupTestEnv(t, baseIntervalSeconds)
|
||||
@@ -92,7 +92,7 @@ func TestSaveAndGetImage(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestDeleteExpiredImages(t *testing.T) {
|
||||
func TestIntegrationDeleteExpiredImages(t *testing.T) {
|
||||
mockTimeNow()
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 1*time.Minute)
|
||||
defer cancel()
|
||||
|
||||
Reference in New Issue
Block a user