Skip to content

Commit

Permalink
fix gcontext testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alex067 committed Jan 12, 2025
1 parent 1e8167e commit 3f4af05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/gcontext/gcontext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestContextFiles(t *testing.T) {
newContext.Url = "http://localhost:3000"
newContext.Name = "test"
newContext.Authentication.Grafana.Token = "test"
newContext.Context.Dashboards.Path = "test"
newContext.Context.Dashboards.Path = filepath.Join(dir, "test")
newContext.Context.Dashboards.GrafanaTenant = "test"

err := configContext.CreateNewContext(newContext, gcf)
Expand Down

0 comments on commit 3f4af05

Please sign in to comment.