mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-08 15:02:18 -04:00
bazel tidy
This commit is contained in:
parent
3f51297db5
commit
5bcd295921
81 changed files with 430 additions and 429 deletions
|
@ -121,7 +121,7 @@ func TestCreateCertChainCache(t *testing.T) {
|
|||
|
||||
c := &Client{
|
||||
attVariant: variant.Dummy{},
|
||||
log: slog.New(slog.NewTextHandler(logger.TestWriter{T: t}, nil)),
|
||||
log: slog.New(slog.NewTextHandler(logger.TestWriter{T: t}, nil)),
|
||||
kubeClient: tc.kubeClient,
|
||||
kdsClient: tc.kdsClient,
|
||||
}
|
||||
|
@ -207,7 +207,7 @@ func TestGetCertChainCache(t *testing.T) {
|
|||
|
||||
ctx := context.Background()
|
||||
|
||||
c := NewClient(slog.New(slog.NewTextHandler(logger.TestWriter{T: t}, nil)), tc.kubeClient, variant.Dummy{})
|
||||
c := NewClient(slog.New(slog.NewTextHandler(logger.TestWriter{T: t}, nil)), tc.kubeClient, variant.Dummy{})
|
||||
|
||||
ask, ark, err := c.getCertChainCache(ctx)
|
||||
if tc.wantErr {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue