Skip to content

Commit

Permalink
Update spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
joey-grafana committed Feb 14, 2025
1 parent 811a811 commit c48d365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cspell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"src/dashboards/*.json",
"**/testdata/**/*.json",
"**/testdata/**/*.jsonc",
"src/utils/links.test.ts",
"vendor/**",
"cspell.config.json",
"package.json",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/links.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('contextToLink', () => {
const result = getLink(mockContext);
expect(result).toBeDefined();
expect(result?.path).toContain('var-ds=test-uid');
expect(result?.path).toContain('var-filters=resource.service.name%7C%3D%7Cgrafana');
expect(result?.path).toContain('var-filters=resource.service.name%7C%3D%7Cblue');
expect(result?.path).toContain('var-filters=span.http.status_code%7C%3D%7C200');
});

Expand Down

0 comments on commit c48d365

Please sign in to comment.