summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/src/models/tests
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2024-02-07 10:55:15 -0500
committerTres Seaver <tseaver@palladion.com>2024-02-07 11:08:35 -0500
commit5229e501acd802e90220c754e4c09de582967bbd (patch)
treef8f638a381eb3f884af1bf6daef98483b1344027 /docs/tutorials/wiki/src/models/tests
parentccf288380adb995c88a3dabe77c94c24405e6f0b (diff)
downloadpyramid-5229e501acd802e90220c754e4c09de582967bbd.tar.gz
pyramid-5229e501acd802e90220c754e4c09de582967bbd.tar.bz2
pyramid-5229e501acd802e90220c754e4c09de582967bbd.zip
chore: sync w/ generation from project name 'tutorial'
Diffstat (limited to 'docs/tutorials/wiki/src/models/tests')
-rw-r--r--docs/tutorials/wiki/src/models/tests/test_views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/src/models/tests/test_views.py b/docs/tutorials/wiki/src/models/tests/test_views.py
index 2b4201955..c2e28dd63 100644
--- a/docs/tutorials/wiki/src/models/tests/test_views.py
+++ b/docs/tutorials/wiki/src/models/tests/test_views.py
@@ -5,7 +5,7 @@ from tutorial.views.notfound import notfound_view
def test_my_view(app_request):
info = my_view(app_request)
assert app_request.response.status_int == 200
- assert info['project'] == 'myproj'
+ assert info['project'] == 'tutorial'
def test_notfound_view(app_request):
info = notfound_view(app_request)