Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
f-interop-contributors
agent
Commits
1fb1c9a8
Commit
1fb1c9a8
authored
Jan 16, 2018
by
Federico Sismondi
Browse files
use component name 'agent_name' instead of 'agent.agent_name'
parent
db5809e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
connectors/core.py
View file @
1fb1c9a8
...
...
@@ -28,7 +28,7 @@ class CoreConsumer(BaseConsumer):
# let's send bootstrap message
msg
=
MsgTestingToolComponentReady
(
component
=
'agent.{}'
.
format
(
self
.
name
)
,
component
=
self
.
name
,
description
=
"Component READY to start test suite."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment