Skip to content

Commit

Permalink
Fix sameness group validation bug (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshrockz authored Jan 25, 2024
1 parent 8724734 commit 84a2734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/acceptance/examples/scenarios/service-sameness/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ type PartitionDetails struct {
Namespace string `json:"namespace"`
ECSClusterARN string `json:"ecs_cluster_arn"`
Region string `json:"region"`
ClientApp *App `json:"server"`
ServerApp *App `json:"client"`
ClientApp *App `json:"client"`
ServerApp *App `json:"server"`
}

func (p *PartitionDetails) getClientAppName() string { return p.ClientApp.Name }
Expand Down

0 comments on commit 84a2734

Please sign in to comment.