Skip to content

Commit

Permalink
Change test json path for dashboards test
Browse files Browse the repository at this point in the history
  • Loading branch information
lootag committed Nov 11, 2024
1 parent 1ade835 commit c84e76d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions coralogix/resource_coralogix_dashboard_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Copyright 2024 Coralogix Ltd.
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// https://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down Expand Up @@ -113,7 +113,7 @@ func TestAccCoralogixResourceDashboardFromJson(t *testing.T) {
panic(err)
}
parent := filepath.Dir(wd)
filePath := parent + "/examples/dashboard/dashboard.json"
filePath := parent + "/examples/resources/coralogix_hosted_dashboard/grafana_acc_updated_dashboard.json"
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
ProtoV6ProviderFactories: testAccProtoV6ProviderFactories,
Expand Down

0 comments on commit c84e76d

Please sign in to comment.