mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
Merge branch 'main' into pr-renew-fix
This commit is contained in:
commit
b63233e344
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ func TestRawCustomDomain(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestRawIndex(t *testing.T) {
|
func TestRawIndex(t *testing.T) {
|
||||||
log.Println("=== TestRawCustomDomain ===")
|
log.Println("=== TestRawIndex ===")
|
||||||
// test raw domain response for index.html
|
// 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
|
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)
|
assert.NoError(t, err)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue