This commit is contained in:
kolaente 2019-10-13 22:36:54 +02:00
parent 07233b2604
commit 5caaae4ee2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ docs/public/
docs/resources/
pkg/static/templates_vfsdata.go
files/
!pkg/files/

View File

@ -69,6 +69,7 @@ func InitTests() {
}
config.InitDefaultConfig()
// set r
// Sync fixtures
var fixturesHelper testfixtures.Helper = &testfixtures.SQLite{}