Merge branch 'main' into pr-renew-fix

This commit is contained in:
6543 2023-03-20 22:55:03 +00:00
commit b63233e344

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)