fix test case
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
0e5a8d6bc0
commit
6ad6dea1a2
|
@ -129,7 +129,7 @@ public class HpackTest
|
|||
}
|
||||
catch (HpackException.SessionException e)
|
||||
{
|
||||
assertThat(e.getMessage(), containsString("Header too large"));
|
||||
assertThat(e.getMessage(), containsString("Header size 198 > 164"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue