-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test the case where a dashboard has no specified folder
Closes #201 A bug that is already fixed but untested
- Loading branch information
1 parent
73bf6ed
commit a4f4086
Showing
3 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: grizzly.grafana.com/v1alpha1 | ||
kind: Dashboard | ||
metadata: | ||
name: no-folder | ||
spec: | ||
schemaVersion: 17 | ||
tags: | ||
- templated | ||
timezone: browser | ||
title: No Folder | ||
uid: no-folder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters