diff options
author | The Magician <magic-modules@google.com> | 2019-08-06 00:26:14 +0200 |
---|---|---|
committer | ansibot <ansibot@users.noreply.github.com> | 2019-08-06 00:26:14 +0200 |
commit | 820cfbbb77a74ac8b95b696a292707da38b4ee75 (patch) | |
tree | 4bc972d68591dca344c3ccdf05fcbf546ca1cb06 /test/integration/targets/gcp_compute_http_health_check | |
parent | Bug fixes for GCP modules (#60090) (diff) | |
download | ansible-820cfbbb77a74ac8b95b696a292707da38b4ee75.tar.xz ansible-820cfbbb77a74ac8b95b696a292707da38b4ee75.zip |
Bug fixes for GCP modules (#60089)
Diffstat (limited to 'test/integration/targets/gcp_compute_http_health_check')
-rw-r--r-- | test/integration/targets/gcp_compute_http_health_check/tasks/main.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_http_health_check/tasks/main.yml b/test/integration/targets/gcp_compute_http_health_check/tasks/main.yml index 62fa3d32ac..948568eaa9 100644 --- a/test/integration/targets/gcp_compute_http_health_check/tasks/main.yml +++ b/test/integration/targets/gcp_compute_http_health_check/tasks/main.yml @@ -41,7 +41,6 @@ assert: that: - result.changed == true - - "result.kind == 'compute#httpHealthCheck'" - name: verify that http_health_check was created gcp_compute_http_health_check_facts: filters: @@ -73,7 +72,6 @@ assert: that: - result.changed == false - - "result.kind == 'compute#httpHealthCheck'" #---------------------------------------------------------- - name: delete a http health check gcp_compute_http_health_check: |