From 5a771dbe2fd491b30e21ee485f4f4e1e67eaf656 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Mon, 11 Mar 2013 16:41:44 -0700 Subject: Prevent race condition in pubsub test. --- tests/test_stream_xep_0060.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_stream_xep_0060.py') diff --git a/tests/test_stream_xep_0060.py b/tests/test_stream_xep_0060.py index e0936660..0ad14b02 100644 --- a/tests/test_stream_xep_0060.py +++ b/tests/test_stream_xep_0060.py @@ -431,7 +431,7 @@ class TestStreamPubsub(SleekTest): - """) + """, use_values=False) def testPublishSingleOptions(self): """Test publishing a single item, with options.""" -- cgit v1.2.3