Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
workflow
pypushflow
Commits
b8fa2747
Commit
b8fa2747
authored
Apr 07, 2020
by
payno
Browse files
[unittest][test_representation] fix input data
parent
d2f8620a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pypushflow/test/test_representation.py
View file @
b8fa2747
...
...
@@ -99,7 +99,7 @@ class TestNodeExecution(unittest.TestCase):
script
=
'pypushflow.test.pythonActorTest.run'
node
=
Node
(
processing_pt
=
script
)
res
=
node
.
execute
(
node
.
process_pt
,
properties
=
{},
input_name
=
'data'
,
input_data
=
'pythonActorTest'
)
input_data
=
{
'name'
:
'pythonActorTest'
}
)
self
.
assertEqual
(
res
,
{
'reply'
:
'Hello pythonActorTest!'
})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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