Skip to content

Commit

Permalink
Enable test case scale out in AutoScaler Public API
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Jul 25, 2024
1 parent 514461d commit a1167a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acceptance/api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ var _ = Describe("AutoScaler Public API", func() {
WaitForNInstancesRunning(appGUID, 2, totalTime)
})

FIt("should successfully scale out", func() {
It("should successfully scale out", func() {

By("check aggregated metrics")
Expect(len(getAggregatedMetrics().Metrics)).Should(BeNumerically(">=", 1))
Expand Down

0 comments on commit a1167a2

Please sign in to comment.