1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00

Remove the test directory at the root of the repo.

This commit is contained in:
Clement Michaud 2019-11-30 15:27:39 +01:00 committed by Clément Michaud
parent c78a732c6a
commit 17eaeabdf9
2 changed files with 1 additions and 1 deletions
internal/configuration

View File

@ -7,7 +7,7 @@ import (
)
func TestShouldParseConfigFile(t *testing.T) {
config, errors := Read("../../test/resources/config.yml")
config, errors := Read("./test_resources/config.yml")
assert.Len(t, errors, 0)