Prevent race condition in pubsub test.
This commit is contained in:
parent
9ba5b644cf
commit
5a771dbe2f
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ class TestStreamPubsub(SleekTest):
|
|||
</publish>
|
||||
</pubsub>
|
||||
</iq>
|
||||
""")
|
||||
""", use_values=False)
|
||||
|
||||
def testPublishSingleOptions(self):
|
||||
"""Test publishing a single item, with options."""
|
||||
|
|
Loading…
Reference in a new issue