Skip to content

Commit

Permalink
chore: discard comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-new-relic committed Oct 27, 2023
1 parent 28cd432 commit 0ce60b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic/resource_newrelic_one_dashboard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestAccNewRelicOneDashboard_CrossAccountQueries(t *testing.T) {
Steps: []resource.TestStep{
// Test: Create
{
Config: testAccCheckNewRelicOneDashboardConfig_TwoPageBasic(rName, strconv.Itoa(testSubAccountID)), // Hard-coded accountID for NRQL queries
Config: testAccCheckNewRelicOneDashboardConfig_TwoPageBasic(rName, strconv.Itoa(testSubAccountID)),
Check: resource.ComposeTestCheckFunc(
testAccCheckNewRelicOneDashboardExists("newrelic_one_dashboard.bar", 0),
),
Expand Down

0 comments on commit 0ce60b6

Please sign in to comment.