Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
robskillington authored and schallert committed Jun 20, 2019
1 parent 96665f5 commit 3a7d2eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/k8sops/generators_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ func TestGenerateStatefulSet(t *testing.T) {

baseSS := &appsv1.StatefulSet{
ObjectMeta: metav1.ObjectMeta{
Name: ssName,
Labels: labels,
Name: ssName,
Labels: labels,
Annotations: annotations.BaseAnnotations(fixture),
OwnerReferences: []metav1.OwnerReference{
*metav1.NewControllerRef(fixture, schema.GroupVersionKind{
Group: myspec.SchemeGroupVersion.Group,
Expand Down

0 comments on commit 3a7d2eb

Please sign in to comment.