diff --git a/remote/mach_commands.py b/remote/mach_commands.py index d6d14bfa27df..b4074bee14b5 100644 --- a/remote/mach_commands.py +++ b/remote/mach_commands.py @@ -484,7 +484,7 @@ class PuppeteerRunner(MozbuildObject): "test", "--", "--shard", - "'" + this_chunk + "-" + total_chunks + "'", + f"{this_chunk}-{total_chunks}", "--test-suite", test_command, ] + mocha_options