We now receive a 500 error for hard failures

parent 2c1b3d35
...@@ -124,6 +124,8 @@ client c1 { ...@@ -124,6 +124,8 @@ client c1 {
client c1 { client c1 {
txreq -hdr "Element: oof" txreq -hdr "Element: oof"
rxresp
expect resp.status == 500
expect_close expect_close
} -run } -run
......
...@@ -232,6 +232,8 @@ client c1 { ...@@ -232,6 +232,8 @@ client c1 {
client c1 { client c1 {
txreq -hdr "Element: oof" txreq -hdr "Element: oof"
rxresp
expect resp.status == 500
expect_close expect_close
} -run } -run
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment