Skip to content

Commit

Permalink
[#1491] Fix wrong argument description
Browse files Browse the repository at this point in the history
  • Loading branch information
fivitti committed Oct 24, 2024
1 parent 88008c5 commit 121b0ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/system/core/wrappers/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def __init__(self, compose: DockerCompose, service_name: str):
compose : DockerCompose
The compose controller object
service_name : str
The name of the Perfdhcp docker-compose service.
The name of the docker-compose service that has the entrypoint set
to the Stork agent "register" command.
"""
self._compose = compose
self._service_name = service_name
Expand Down

0 comments on commit 121b0ff

Please sign in to comment.