regenerate
This commit is contained in:
@ -3,9 +3,10 @@ package controllers_test
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/ory/hydra-maester/controllers/mocks"
|
||||
"github.com/pkg/errors"
|
||||
"time"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
@ -210,7 +211,6 @@ var _ = Describe("OAuth2Client Controller", func() {
|
||||
mgrStopped.Wait()
|
||||
}()
|
||||
|
||||
|
||||
//ensure conflicting entry exists
|
||||
secret := apiv1.Secret{
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
|
Reference in New Issue
Block a user