File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,6 @@ void shouldNotRunSimpleExecutorWhenNoHeaders() {
41
41
@ Test
42
42
void shouldRunWhenHeadersArePresent () {
43
43
zeroWidthCharsInNamesHeadersFuzzer .fuzz (FuzzingData .builder ().headers (Set .of (CatsHeader .builder ().name ("test" ).value ("value" ).build ())).build ());
44
- Mockito .verify (simpleExecutor , Mockito .times (5 )).execute (Mockito .any ());
44
+ Mockito .verify (simpleExecutor , Mockito .times (11 )).execute (Mockito .any ());
45
45
}
46
46
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ void shouldHaveInsertFuzzingStrategy() {
33
33
34
34
@ Test
35
35
void shouldReturnZeroWidthChars () {
36
- Assertions .assertThat (zeroWidthCharsInValuesHeadersFuzzer .getFuzzerContext ().getFuzzStrategy ()).hasSize (5 );
36
+ Assertions .assertThat (zeroWidthCharsInValuesHeadersFuzzer .getFuzzerContext ().getFuzzStrategy ()).hasSize (11 );
37
37
Assertions .assertThat (zeroWidthCharsInValuesHeadersFuzzer .getFuzzerContext ().getFuzzStrategy ().get (0 ).getData ()).hasToString ("\u200b " );
38
38
}
39
39
You can’t perform that action at this time.
0 commit comments