summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/test/ansible-python-dg/mock-payloads/job-output.json
diff options
context:
space:
mode:
Diffstat (limited to 'cds-regression-test/test/test/ansible-python-dg/mock-payloads/job-output.json')
-rw-r--r--cds-regression-test/test/test/ansible-python-dg/mock-payloads/job-output.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/cds-regression-test/test/test/ansible-python-dg/mock-payloads/job-output.json b/cds-regression-test/test/test/ansible-python-dg/mock-payloads/job-output.json
deleted file mode 100644
index 4877737..0000000
--- a/cds-regression-test/test/test/ansible-python-dg/mock-payloads/job-output.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "httpRequest" : {
- "method" : "GET",
- "path" : "/ansible-python-dg/success/api/v2/jobs/456/stdout/"
- },
- "httpResponse" : {
- "body" : "
-
- PLAY [Hello World Sample] ******************************************************
-
- TASK [Gathering Facts] *********************************************************
- ok: [localhost]
-
- TASK [Hello Message] ***********************************************************
- ok: [localhost] => {
- \"msg\": \"Hello World!\"
- }
-
- PLAY RECAP *********************************************************************
- localhost : ok=2 changed=0 unreachable=0 failed=0
-
-"
- }
-}