Skip to content

Commit

Permalink
e2e update with new fleet naming
Browse files Browse the repository at this point in the history
  • Loading branch information
SaitejaTamma committed Aug 4, 2022
1 parent f510bbf commit b433a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/fleet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,7 @@ func defaultFleet(namespace string) *agonesv1.Fleet {
// fleetWithGameServerSpec returns a fleet with specified gameserver spec
func fleetWithGameServerSpec(gsSpec *agonesv1.GameServerSpec, namespace string) *agonesv1.Fleet {
return &agonesv1.Fleet{
ObjectMeta: metav1.ObjectMeta{GenerateName: "simple-fleet-", Namespace: namespace},
ObjectMeta: metav1.ObjectMeta{GenerateName: "simple-fleet-1.0", Namespace: namespace},
Spec: agonesv1.FleetSpec{
Replicas: replicasCount,
Template: agonesv1.GameServerTemplateSpec{
Expand Down

0 comments on commit b433a91

Please sign in to comment.