Commit df79271
committed
Update LOG_WITHOUT_NEWLINE test to expect 4 lines
With the in-memory certificate generation, the startup now prints
an additional line "Generating self-signed certificate in memory..."
before the "Listening on ports..." message. This changes the expected
line count from 3 to 4 for the LOG_WITHOUT_NEWLINE test:
1. Generating self-signed certificate in memory...
2. Listening on ports 8080 for http, and 8443 for https.
3. JSON echo output (single line due to LOG_WITHOUT_NEWLINE)
4. Morgan access log
Co-Authored-By: Willy Guggenheim <willy@gugcorp.com>1 parent 3828fd0 commit df79271
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
| 419 | + | |
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
| |||
0 commit comments