mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Isolate test resources under test directory.
This commit is contained in:
parent
b1d59dcec4
commit
a86c652485
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user