Skip to content

Commit

Permalink
integration: change wrong version on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Feb 10, 2025
1 parent 4b0146c commit 5dd9c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func Test_RpaasOperator(t *testing.T) {
require.NoError(t, err)

assert.Equal(t, int32(2), *nginx.Spec.Replicas)
assert.Equal(t, "tsuru/nginx-tsuru:1.21.4", nginx.Spec.Image)
assert.Equal(t, "tsuru/nginx-tsuru:1.26.3", nginx.Spec.Image)
assert.Equal(t, "/_nginx_healthcheck", nginx.Spec.HealthcheckPath)
assert.Equal(t, "label-value", nginx.Spec.PodTemplate.Labels["pod-custom-label"])

Expand Down Expand Up @@ -257,7 +257,7 @@ func Test_RpaasApi(t *testing.T) {
require.NoError(t, err)
require.NotNil(t, nginx)
assert.Equal(t, int32(1), *nginx.Spec.Replicas)
assert.Equal(t, "tsuru/nginx-tsuru:1.21.4", nginx.Spec.Image)
assert.Equal(t, "tsuru/nginx-tsuru:1.26.3", nginx.Spec.Image)
assert.Equal(t, "/_nginx_healthcheck", nginx.Spec.HealthcheckPath)

nginxService := &corev1.Service{
Expand Down

0 comments on commit 5dd9c22

Please sign in to comment.