Skip to content

Commit c75b6f2

Browse files
committed
fix(cockpit): enable grafana data source tests with recorded cassettes
1 parent 1398cb2 commit c75b6f2

File tree

2 files changed

+640
-4
lines changed

2 files changed

+640
-4
lines changed

internal/services/cockpit/grafana_data_source_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import (
99
)
1010

1111
func TestAccDataSourceCockpitGrafana_Basic(t *testing.T) {
12-
t.Skip("TestAccDataSourceCockpitGrafana_Basic skipped: test cassettes need to be recorded")
13-
1412
tt := acctest.NewTestTools(t)
1513
defer tt.Cleanup()
1614

@@ -43,8 +41,6 @@ func TestAccDataSourceCockpitGrafana_Basic(t *testing.T) {
4341
}
4442

4543
func TestAccDataSourceCockpitGrafana_DefaultProject(t *testing.T) {
46-
t.Skip("TestAccDataSourceCockpitGrafana_DefaultProject skipped: test cassettes need to be recorded")
47-
4844
tt := acctest.NewTestTools(t)
4945
defer tt.Cleanup()
5046

0 commit comments

Comments
 (0)