Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit aa51389

Browse files
author
George Vine
committed
MINOR: tests: add test data for userlist section
1 parent 053ca1d commit aa51389

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

tests/configs/haproxy_generated.cfg.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration/userlist_data_test.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration/userlist_test.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/user_generated_test.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

types/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,7 @@ type UseBackend struct {
11151115
//test:ok:user tiger password $6$k6y3o.eP$JlKBx(...)xHSwRv6J.C0/D7cV91 groups G1
11161116
//test:ok:user panda insecure-password elgato groups G1,G2
11171117
//test:ok:user bear insecure-password hello groups G2
1118+
//test:ok:user platipus insecure-password saludos
11181119
//test:fail:user
11191120
type User struct {
11201121
Name string

0 commit comments

Comments
 (0)