Skip to content

Commit

Permalink
TEST/MINOR: fixtures: add scheme to the fixture configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuraga committed Mar 9, 2023
1 parent 3bb2667 commit 113daf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/fixtures/dataplaneapi-master-socket.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "famous_condor"
dataplaneapi {
host = "0.0.0.0"
port = 8080
scheme = ["http"]

userlist {
userlist_file = "/etc/haproxy/userlist.cfg"
Expand Down
1 change: 1 addition & 0 deletions e2e/fixtures/dataplaneapi.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "famous_condor"
dataplaneapi {
host = "0.0.0.0"
port = 8080
scheme = ["http"]

userlist {
userlist_file = "/etc/haproxy/userlist.cfg"
Expand Down
1 change: 1 addition & 0 deletions e2e/tests/set_uid/dataplaneapi.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dataplaneapi {
host = "0.0.0.0"
port = 8080
uid = 1500
scheme = ["http"]

userlist {
userlist_file = "/etc/haproxy/userlist.cfg"
Expand Down

0 comments on commit 113daf5

Please sign in to comment.