Commit 9bdbf807 authored by Romain Courteaud's avatar Romain Courteaud

Typo

parent 60a33282
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>instance = state_change[\'object\']\n <value> <string>instance = state_change[\'object\']\n
assert instance.getPortalType() == ["Software Instance", "Slave Instance"]\n assert instance.getPortalType() in ["Software Instance", "Slave Instance"]\n
portal = instance.getPortalObject()\n portal = instance.getPortalObject()\n
# Get required arguments\n # Get required arguments\n
kwargs = state_change.kwargs\n kwargs = state_change.kwargs\n
......
20 21
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment