mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-09 05:06:38 +10:00
Change test name to make it clear it is not a duplicate
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
This commit is contained in:
@@ -76,7 +76,7 @@ func Test_controllerBuilder(t *testing.T) {
|
||||
givenCall: func(t *testing.T, _ cmclient.Interface, _ kubernetes.Interface) {},
|
||||
expectRequeueKey: "",
|
||||
},
|
||||
"if no changes then no request should sync": {
|
||||
"if no changes to request or order, then no request should sync": {
|
||||
existingCSR: baseCSR,
|
||||
existingCMObjects: []runtime.Object{baseOrder},
|
||||
givenCall: func(t *testing.T, _ cmclient.Interface, _ kubernetes.Interface) {},
|
||||
|
||||
Reference in New Issue
Block a user