fix test case

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2023-05-02 21:23:59 +10:00
parent 0e5a8d6bc0
commit 6ad6dea1a2
1 changed files with 1 additions and 1 deletions

View File

@ -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"));
}
}