Skip to content

Commit

Permalink
fix unittests after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Jun 26, 2020
1 parent 84a4af8 commit 775a0a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/3scale/amp/component/zync_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ type ZyncOptions struct {
ZyncQuePodTemplateLabels map[string]string `validate:"required"`
ZyncDatabasePodTemplateLabels map[string]string `validate:"required"`

ZyncMonitoringLabels map[string]string `validate:"required"`
ZyncQueMonitoringLabels map[string]string `validate:"required"`
ZyncMonitoringLabels map[string]string `validate:"required"`
ZyncQueMonitoringLabels map[string]string `validate:"required"`
}

func NewZyncOptions() *ZyncOptions {
Expand Down
2 changes: 1 addition & 1 deletion pkg/3scale/amp/operator/redis_reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestRedisBackendDCReconcilerCreate(t *testing.T) {

s := scheme.Scheme
s.AddKnownTypes(appsv1alpha1.SchemeGroupVersion, apimanager)
err := imagev1.AddToScheme(s)
err = imagev1.AddToScheme(s)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 775a0a6

Please sign in to comment.