mirror of https://github.com/grafana/grafana.git
type fixes ✅
CodeQL checks / Detect whether code changed (push) Waiting to run
Details
CodeQL checks / Analyze (actions) (push) Blocked by required conditions
Details
CodeQL checks / Analyze (go) (push) Blocked by required conditions
Details
CodeQL checks / Analyze (javascript) (push) Blocked by required conditions
Details
CodeQL checks / Detect whether code changed (push) Waiting to run
Details
CodeQL checks / Analyze (actions) (push) Blocked by required conditions
Details
CodeQL checks / Analyze (go) (push) Blocked by required conditions
Details
CodeQL checks / Analyze (javascript) (push) Blocked by required conditions
Details
This commit is contained in:
parent
495d5fcb2b
commit
0830bbb2e8
|
@ -1,3 +1,4 @@
|
||||||
|
import { VERSION } from '../../api/notifications/v0alpha1/const';
|
||||||
import { LabelMatcherFactory, RouteFactory } from '../../api/notifications/v0alpha1/mocks/fakes/Routes';
|
import { LabelMatcherFactory, RouteFactory } from '../../api/notifications/v0alpha1/mocks/fakes/Routes';
|
||||||
import { RoutingTree } from '../../api/notifications/v0alpha1/notifications.api.gen';
|
import { RoutingTree } from '../../api/notifications/v0alpha1/notifications.api.gen';
|
||||||
import { Label } from '../../matchers/types';
|
import { Label } from '../../matchers/types';
|
||||||
|
@ -15,6 +16,7 @@ describe('matchInstancesToRouteTrees', () => {
|
||||||
const trees: RoutingTree[] = [
|
const trees: RoutingTree[] = [
|
||||||
{
|
{
|
||||||
kind: 'RoutingTree',
|
kind: 'RoutingTree',
|
||||||
|
apiVersion: VERSION,
|
||||||
metadata: { name: treeName },
|
metadata: { name: treeName },
|
||||||
spec: {
|
spec: {
|
||||||
defaults: {
|
defaults: {
|
||||||
|
@ -49,6 +51,7 @@ describe('matchInstancesToRouteTrees', () => {
|
||||||
const trees: RoutingTree[] = [
|
const trees: RoutingTree[] = [
|
||||||
{
|
{
|
||||||
kind: 'RoutingTree',
|
kind: 'RoutingTree',
|
||||||
|
apiVersion: VERSION,
|
||||||
metadata: { name: treeName },
|
metadata: { name: treeName },
|
||||||
spec: {
|
spec: {
|
||||||
defaults: {
|
defaults: {
|
||||||
|
|
Loading…
Reference in New Issue