Skip to content

Commit ca7f0ec

Browse files
committed
fix in 19 for a new valuerror msg
1 parent 57f1032 commit ca7f0ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

chapter_19_spiking_custom_auth.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,12 +953,13 @@ ERROR: test_renders_input_form
953953
[...]
954954
[form] = parsed.cssselect("form[method=POST]")
955955
^^^^^^
956-
ValueError: too many values to unpack (expected 1)
956+
ValueError: too many values to unpack (expected 1, got 2)
957+
957958
958959
ERROR: test_renders_input_form
959960
[form] = parsed.cssselect("form[method=POST]")
960961
^^^^^^
961-
ValueError: too many values to unpack (expected 1)
962+
ValueError: too many values to unpack (expected 1, got 2)
962963
----
963964

964965
It's because these unit tests had a hard assumption

0 commit comments

Comments
 (0)