Skip to content

Commit 545088d

Browse files
committed
PDOK-18065 Atom-Operator - validation unit-tests
1 parent 6dc261b commit 545088d

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

internal/webhook/v3/test_data/ownerinfo/kustomization.yaml renamed to internal/webhook/v3/ownerinfo-test/kustomization.yaml

File renamed without changes.
File renamed without changes.

internal/webhook/v3/test_data/ownerinfo/v1_ownerinfo.yaml renamed to internal/webhook/v3/ownerinfo-test/v1_ownerinfo.yaml

File renamed without changes.

internal/webhook/v3/webhook_suite_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@ import (
2929
"crypto/tls"
3030
"errors"
3131
"fmt"
32-
"github.com/pdok/atom-operator/internal/webhook/v3/test_data/ownerinfo"
3332
"net"
3433
"os"
3534
"os/exec"
3635
"path/filepath"
3736
"testing"
3837
"time"
3938

39+
samples "github.com/pdok/atom-operator/internal/webhook/v3/ownerinfo-test"
40+
4041
smoothoperatorv1 "github.com/pdok/smooth-operator/api/v1"
4142
"golang.org/x/tools/go/packages"
4243
corev1 "k8s.io/api/core/v1"

0 commit comments

Comments
 (0)