Skip to content

Commit

Permalink
Add Byte to regex
Browse files Browse the repository at this point in the history
  • Loading branch information
gururajsh committed Mar 4, 2024
1 parent 30b0f3e commit 348ad3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/helpers/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,5 +386,5 @@ func WaitForLogRateLimitToTakeEffect(appName string, processIndex int, instanceI
Eventually(session).Should(Exit(0))
appTable := ParseV3AppProcessTable(session.Out.Contents())
return appTable.Processes[processIndex].Instances[instanceIndex].LogRate
}).Should(MatchRegexp(fmt.Sprintf(`\d+(\.\d+)?[KMG]?/s of %s/s`, expectedLogRateLimit)))
}).Should(MatchRegexp(fmt.Sprintf(`\d+(\.\d+)?[BKMG]?/s of %s/s`, expectedLogRateLimit)))
}

0 comments on commit 348ad3a

Please sign in to comment.