mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 14:40:43 +03:00
parent
3244cb3b31
commit
59d87044a4
3 changed files with 76 additions and 8 deletions
|
@ -34,7 +34,7 @@ func TestServer(t *testing.T) {
|
|||
t.Skip("Skip server test on appveyor")
|
||||
}
|
||||
assert := require.New(t)
|
||||
dir, err := createSimpleTestSite(t)
|
||||
dir, err := createSimpleTestSite(t, testSiteConfig{})
|
||||
assert.NoError(err)
|
||||
|
||||
// Let us hope that this port is available on all systems ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue