Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan O'Leary <[email protected]>
  • Loading branch information
ryanaoleary committed Feb 14, 2025
1 parent b579660 commit 1416406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestZeroDowntimeUpgradeAfterOperatorUpgrade(t *testing.T) {

// Validate RayService is able to serve requests during the upgrade
test.T().Logf("Sending requests to the RayService to make sure it is ready to serve requests")
g.Consistently(requestRayService(test, rayService, curlPod), "30s", "1s").Should(Equal("6, 15 pizzas please!"))
g.Consistently(requestRayService, "30s", "1s").WithArguments(test, rayService, curlPod).Should(Equal("6, 15 pizzas please!"))

// Trigger a zero-downtime upgrade of the RayService
test.T().Logf("Upgrading the RayService to trigger a zero downtime upgrade")
Expand Down

0 comments on commit 1416406

Please sign in to comment.