Skip to content

Commit

Permalink
usm: http2: tests: Rename TestRemainderTable to TestIncompleteFrameTable
Browse files Browse the repository at this point in the history
  • Loading branch information
guyarb committed Dec 23, 2024
1 parent 50e87be commit e769ec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/network/usm/usm_http2_monitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1351,9 +1351,9 @@ func (s *usmHTTP2Suite) TestDynamicTable() {
}
}

// TestRemainderTable tests the remainder table map.
// We would like to make sure that the remainder table map is being updated correctly.
func (s *usmHTTP2Suite) TestRemainderTable() {
// TestIncompleteFrameTable tests the http2_incomplete_frame table map.
// We would like to make sure the incomplete_frame table map is being updated correctly.
func (s *usmHTTP2Suite) TestIncompleteFrameTable() {
t := s.T()
cfg := s.getCfg()

Expand Down

0 comments on commit e769ec5

Please sign in to comment.