Skip to content

Commit

Permalink
Delimter for array type FTLCONF_ values is ;
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <[email protected]>
  • Loading branch information
yubiuser committed Oct 29, 2023
1 parent 3ee69a3 commit d94cf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/test_bash_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def test_ftlconf_webserver_port(docker):


@pytest.mark.parametrize(
"test_args", ['-e "FTLCONF_dns_upstreams=1.2.3.4,5.6.7.8#1234"']
"test_args", ['-e "FTLCONF_dns_upstreams=1.2.3.4;5.6.7.8#1234"']
)
def test_ftlconf_dns_upstreams(docker):
func = docker.run("pihole-FTL --config dns.upstreams")
Expand Down

0 comments on commit d94cf95

Please sign in to comment.