Skip to content

Commit

Permalink
RDK-47063: Typo corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-hobgarski-red committed Feb 22, 2024
1 parent 0a2d453 commit 18e21ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/L2_testing/test_runner/pid_limit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
test_utils.Test("Pid limit default",
"sleepy",
"256",
"Starts contaiern with no pid limit specified, checks if default pid limit is set for container"),
"Starts container with no pid limit specified, checks if default pid limit is set for container"),
test_utils.Test("Pid limit no override",
"sleepy_pid_limit",
"1000",
"Starts contaienr with pid limit specified in config.json, checks if that pid limit was not overriden"),
"Starts container with pid limit specified in config.json, checks if that pid limit was not overriden"),
]


Expand Down

0 comments on commit 18e21ba

Please sign in to comment.