Skip to content

Commit

Permalink
reduce noise
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-crespo-fdc committed Oct 14, 2024
1 parent 5f2773e commit d68f2c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/rollout-service/pkg/versions/versions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -824,9 +824,9 @@ func TestVersionClientStream(t *testing.T) {
ExpectReady: true,
ExpectedEvents: []KuberpultEvent{
{
Environment: "canary",
Environment: "production",
Application: "foo",
EnvironmentGroup: "canary",
EnvironmentGroup: "production",
IsProduction: true,
Team: "footeam",
Version: &VersionInfo{
Expand All @@ -836,9 +836,9 @@ func TestVersionClientStream(t *testing.T) {
},
},
{
Environment: "production",
Environment: "canary",
Application: "foo",
EnvironmentGroup: "production",
EnvironmentGroup: "canary",
IsProduction: true,
Team: "footeam",
Version: &VersionInfo{
Expand Down

0 comments on commit d68f2c9

Please sign in to comment.