Browse Source

- fix test

flashmob 6 years ago
parent
commit
2942affde6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/guerrilla_test.go

+ 1 - 1
tests/guerrilla_test.go

@@ -868,7 +868,7 @@ func TestHeloEhlo(t *testing.T) {
 				}
 				}
 			}
 			}
 
 
-			expected = fmt.Sprintf("250-%s Hello\r\n250-SIZE 100017\r\n250-PIPELINING\r\n250-STARTTLS\r\n250-ENHANCEDSTATUSCODES\r\n250 HELP\r\n", hostname)
+			expected = fmt.Sprintf("250-%s Hello\r\n250-SIZE 100017\r\n250-PIPELINING\r\n250-STARTTLS\r\n250-ENHANCEDSTATUSCODES\r\n250-8BITMIME\r\n250 HELP\r\n", hostname)
 			if fullresp != expected {
 			if fullresp != expected {
 				t.Error("Server did not respond with [" + expected + "], it said [" + fullresp + "]")
 				t.Error("Server did not respond with [" + expected + "], it said [" + fullresp + "]")
 			}
 			}