Skip to content

Commit a7515d0

Browse files
toppercodesampagent
andcommitted
Stabilize dashboard import acceptance checks
Amp-Thread-ID: https://ampcode.com/threads/T-019cb38a-d07d-75bf-9176-bc810a11c485 Co-authored-by: Amp <amp@ampcode.com>
1 parent 78ddfcc commit a7515d0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

axiom/resource_dashboard_integration_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ func TestAccAxiomDashboardResource_WithProvidedUID(t *testing.T) {
6363
ImportState: true,
6464
ImportStateVerify: true,
6565
ImportStateId: uid,
66+
ImportStateVerifyIgnore: []string{
67+
"dashboard",
68+
},
6669
},
6770
},
6871
})
@@ -129,6 +132,10 @@ func TestAccAxiomDashboardResource_ServerGeneratedUID(t *testing.T) {
129132
return generatedUID, nil
130133
},
131134
ImportStateVerify: true,
135+
ImportStateVerifyIgnore: []string{
136+
"dashboard",
137+
"overwrite",
138+
},
132139
},
133140
},
134141
})

0 commit comments

Comments
 (0)