Skip to content

Commit b133527

Browse files
GioeleB00Copilot
andauthored
Update tests/conftest.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 230bc56 commit b133527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def rqs_input() -> RqsGeneratorInput:
210210
exercise the entire request-generator pipeline with minimal overhead.
211211
"""
212212
return RqsGeneratorInput(
213-
id= "rqs-1",
213+
id="rqs-1",
214214
avg_active_users=RVConfig(mean=1.0),
215215
avg_request_per_minute_per_user=RVConfig(mean=2.0),
216216
user_sampling_window=TimeDefaults.USER_SAMPLING_WINDOW,

0 commit comments

Comments
 (0)