Skip to content

Commit 7100b9a

Browse files
committed
assert script
1 parent a4172df commit 7100b9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/foreman_proxy_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ def test_foreman_proxy_features(server, certificates, server_fqdn):
44
cmd = server.run(f"curl --cacert {certificates['ca_certificate']} --silent https://{server_fqdn}:{FOREMAN_PROXY_PORT}/features")
55
assert cmd.succeeded
66
assert "logs" in cmd.stdout
7+
assert "script" in cmd.stdout
78

89
def test_foreman_proxy_service(server):
910
foreman_proxy = server.service("foreman-proxy")

0 commit comments

Comments
 (0)