fix: services configuration documentation.

This commit is contained in:
Ludovic Fernandez 2019-09-12 10:18:04 +02:00 committed by Traefiker Bot
parent e40e3af760
commit 7357d5eae2
4 changed files with 20 additions and 28 deletions

View file

@ -210,9 +210,6 @@ func TestBasicAuthUsersFromFile(t *testing.T) {
}
for _, test := range testCases {
if test.desc != "Should skip comments" {
continue
}
test := test
t.Run(test.desc, func(t *testing.T) {
t.Parallel()