diff options
| author | Clement Michaud <clement.michaud34@gmail.com> | 2019-11-30 17:49:52 +0100 |
|---|---|---|
| committer | Clément Michaud <clement.michaud34@gmail.com> | 2019-12-05 11:05:24 +0100 |
| commit | b89f63e9c1c5e76d7807e24ae906aab7b56b14f8 (patch) | |
| tree | ad08089818d72902f44002423e31f4d133ece0c3 /internal/authentication/file_user_provider_test.go | |
| parent | be802cfc7b5cf7d8c85bb7053dd652efa992ed00 (diff) | |
Fix and parallelize integration tests.
Diffstat (limited to 'internal/authentication/file_user_provider_test.go')
| -rw-r--r-- | internal/authentication/file_user_provider_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/authentication/file_user_provider_test.go b/internal/authentication/file_user_provider_test.go index 704d456b0..01aea83ea 100644 --- a/internal/authentication/file_user_provider_test.go +++ b/internal/authentication/file_user_provider_test.go @@ -128,7 +128,7 @@ users john email: john.doe@authelia.com groups: -- admin +- admins - dev `) |
