summaryrefslogtreecommitdiff
path: root/test/base/test_tutorials.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/base/test_tutorials.py')
-rw-r--r--test/base/test_tutorials.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/base/test_tutorials.py b/test/base/test_tutorials.py
index 69f9f7e90..4ac3fb981 100644
--- a/test/base/test_tutorials.py
+++ b/test/base/test_tutorials.py
@@ -89,7 +89,7 @@ class DocTest(fixtures.TestBase):
def test_orm(self):
self._run_doctest("orm/tutorial.rst")
- @testing.emits_warning("SELECT statement has a cartesian")
+ @testing.emits_warning()
def test_core(self):
self._run_doctest("core/tutorial.rst")