Skip to content

Commit

Permalink
fix fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed May 10, 2023
1 parent 13d1929 commit 02ff4d9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion fixtures/expectations/topology_child_tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"healthy"
],
"tags": null,
"teams": null,
"teams": [],
"types": [
"KubernetesNode",
"KubernetesPod"
Expand Down
2 changes: 1 addition & 1 deletion fixtures/expectations/topology_depth_1_child_tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"enabled"
]
},
"teams": null,
"teams": [],
"types": [
"Application",
"Database"
Expand Down
2 changes: 1 addition & 1 deletion fixtures/expectations/topology_depth_1_root_tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"enabled"
]
},
"teams": null,
"teams": [],
"types": [
"Application",
"Database",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/expectations/topology_depth_2_root_tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"enabled"
]
},
"teams": null,
"teams": [],
"types": [
"Application",
"Database",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/expectations/topology_root_tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"enabled"
]
},
"teams": null,
"teams": [],
"types": [
"Application",
"Database",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"enabled"
]
},
"teams": null,
"teams": [],
"types": [
"Application",
"Database"
Expand Down
2 changes: 1 addition & 1 deletion fixtures/expectations/topology_tree_with_label_filter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Application",
"Entity"
],
"teams": null,
"teams": [],
"healthStatuses": [
"healthy"
],
Expand Down
2 changes: 1 addition & 1 deletion fixtures/expectations/topology_tree_with_owner_filter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"enabled"
]
},
"teams": null,
"teams": [],
"types": [
"Application",
"Entity"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"enabled"
]
},
"teams": null,
"teams": [],
"types": [
"Application",
"Database",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/expectations/topology_tree_with_type_filter.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"enabled"
]
},
"teams": null,
"teams": [],
"types": [
"Application",
"Database",
Expand Down

0 comments on commit 02ff4d9

Please sign in to comment.