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

This commit is contained in:
Gilles De Mey 2025-10-07 18:19:43 +02:00
parent 495d5fcb2b
commit 0830bbb2e8
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import { VERSION } from '../../api/notifications/v0alpha1/const';
import { LabelMatcherFactory, RouteFactory } from '../../api/notifications/v0alpha1/mocks/fakes/Routes';
import { RoutingTree } from '../../api/notifications/v0alpha1/notifications.api.gen';
import { Label } from '../../matchers/types';
@ -15,6 +16,7 @@ describe('matchInstancesToRouteTrees', () => {
const trees: RoutingTree[] = [
{
kind: 'RoutingTree',
apiVersion: VERSION,
metadata: { name: treeName },
spec: {
defaults: {
@ -49,6 +51,7 @@ describe('matchInstancesToRouteTrees', () => {
const trees: RoutingTree[] = [
{
kind: 'RoutingTree',
apiVersion: VERSION,
metadata: { name: treeName },
spec: {
defaults: {