Skip to content

Commit

Permalink
Add valtimer and kenzu in loadtests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Sanchez committed Aug 14, 2024
1 parent dae32d7 commit c0a772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/arena_load_test/lib/arena_load_test/socket_handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ defmodule ArenaLoadTest.SocketHandler do
# This is enough for now. Will request bots from the bots app in future iterations.
# https://github.com/lambdaclass/mirra_backend/issues/410
defp get_random_active_character() do
["muflus", "h4ck", "uma"]
["muflus", "h4ck", "uma", "valtimer", "kenzu"]
|> Enum.random()
end

Expand Down

0 comments on commit c0a772c

Please sign in to comment.