Skip to content

Commit 7996549

Browse files
committed
TEST/MINOR: fixtures: add scheme to the fixture configuration files
1 parent eed09d0 commit 7996549

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

e2e/fixtures/dataplaneapi-master-socket.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "famous_condor"
33
dataplaneapi {
44
host = "0.0.0.0"
55
port = 8080
6+
scheme = ["http"]
67

78
userlist {
89
userlist_file = "/etc/haproxy/userlist.cfg"

e2e/fixtures/dataplaneapi.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "famous_condor"
33
dataplaneapi {
44
host = "0.0.0.0"
55
port = 8080
6+
scheme = ["http"]
67

78
userlist {
89
userlist_file = "/etc/haproxy/userlist.cfg"

e2e/tests/set_uid/dataplaneapi.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dataplaneapi {
44
host = "0.0.0.0"
55
port = 8080
66
uid = 1500
7+
scheme = ["http"]
78

89
userlist {
910
userlist_file = "/etc/haproxy/userlist.cfg"

0 commit comments

Comments
 (0)