瀏覽代碼

fix pytest

Falko Schindler 2 年之前
父節點
當前提交
7ca577e327
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/test_storage.py

+ 1 - 1
tests/test_storage.py

@@ -54,7 +54,7 @@ def test_browser_storage_modifications_after_page_load_are_forbidden(screen: Scr
 
 
     screen.ui_run_kwargs['storage_secret'] = 'just a test'
     screen.ui_run_kwargs['storage_secret'] = 'just a test'
     screen.open('/')
     screen.open('/')
-    screen.should_contain('response to the browser has already been build')
+    screen.should_contain('response to the browser has already been built')
 
 
 
 
 def test_user_storage_modifications(screen: Screen):
 def test_user_storage_modifications(screen: Screen):