Fix typo in integration test log

This commit is contained in:
crystal 2023-03-20 15:46:29 -06:00
parent c9050e5722
commit 53e584c4fa
No known key found for this signature in database
GPG Key ID: 1122054731F7CC43
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ func TestRawCustomDomain(t *testing.T) {
}
func TestRawIndex(t *testing.T) {
log.Println("=== TestRawCustomDomain ===")
log.Println("=== TestRawIndex ===")
// test raw domain response for index.html
resp, err := getTestHTTPSClient().Get("https://raw.localhost.mock.directory:4430/cb_pages_tests/raw-test/@branch-test/index.html") // need cb_pages_tests fork
assert.NoError(t, err)