Skip to content

Commit

Permalink
chore: Keep testcase name pattern
Browse files Browse the repository at this point in the history
Co-authored-by: José Guilherme Vanz <[email protected]>
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad and jvanz authored Feb 20, 2024
1 parent a9cc770 commit 8d7f05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cel/library/kubernetes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ func TestKubernetesHostFailure(t *testing.T) {
"cannot list all Kubernetes resources: hostcallback error",
},
{
"kw.k8s.listResourcesByNamespace",
"kw.k8s.listResourcesByNamespace host failure",
"kw.k8s.listResourcesByNamespace(ListResourcesByNamespaceRequest{Namespace: 'default'})",
"cannot list Kubernetes resources by namespace: hostcallback error",
},
{
"kw.k8s.getResource",
"kw.k8s.getResource host failure",
"kw.k8s.getResource(GetResourceRequest{Kind: 'Pod'}).metadata.name",
"cannot get Kubernetes resource: hostcallback error",
},
Expand Down

0 comments on commit 8d7f05c

Please sign in to comment.