Skip to content

Commit bc8375a

Browse files
committed
Issue #83: Test the right things in the right tests.
1 parent 96974b1 commit bc8375a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/https-nginx-proxy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
tasks:
55
- name: Ensure apt cache is updated.
6-
apt: update_cache=yes cache_valid_time=600
6+
apt: update_cache=true cache_valid_time=600
77

8-
# HTTPS Self-Signed Certificate test.
9-
- import_playbook: ../https-self-signed/provisioning/main.yml
8+
# HTTPS Nginx Proxy test.
9+
- import_playbook: ../https-nginx-proxy/provisioning/main.yml

tests/https-self-signed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
- name: Ensure apt cache is updated.
66
apt: update_cache=true cache_valid_time=600
77

8-
# HTTPS Proxy test.
9-
- import_playbook: ../https-nginx-proxy/provisioning/main.yml
8+
# HTTPS Self-Signed Certificate test.
9+
- import_playbook: ../https-self-signed/provisioning/main.yml

0 commit comments

Comments
 (0)