Skip to content

Commit

Permalink
fix apply considering a test case failure
Browse files Browse the repository at this point in the history
  • Loading branch information
slahirucd7 committed Jan 24, 2025
1 parent 5d0614d commit 48e5d11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func TestCreateRoutesWithChoreoSandboxEnvProp(t *testing.T) {
productionClusterHost := productionCluster.GetLoadAssignment().GetEndpoints()[0].GetLbEndpoints()[0].GetEndpoint().GetAddress().GetSocketAddress().GetAddress()
productionClusterPort := productionCluster.GetLoadAssignment().GetEndpoints()[0].GetLbEndpoints()[0].GetEndpoint().GetAddress().GetSocketAddress().GetPortValue()

assert.Equal(t, productionClusterHost, "ep3.com", "Production cluster host mismatch")
assert.Equal(t, productionClusterHost, "ep1.com", "Production cluster host mismatch")
assert.Equal(t, productionClusterPort, uint32(3000), "Production cluster port mismatch")
}

Expand Down

0 comments on commit 48e5d11

Please sign in to comment.