From 4c288c38d7fbc8a564367ab0ff80aa4d00f62c1d Mon Sep 17 00:00:00 2001 From: Levi Durfee Date: Fri, 19 Oct 2018 09:49:01 -0400 Subject: [PATCH] Add cachePurge fixture --- tests/Fixtures/Endpoints/cachePurge.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/Fixtures/Endpoints/cachePurge.json diff --git a/tests/Fixtures/Endpoints/cachePurge.json b/tests/Fixtures/Endpoints/cachePurge.json new file mode 100644 index 0000000..bedd2f5 --- /dev/null +++ b/tests/Fixtures/Endpoints/cachePurge.json @@ -0,0 +1,8 @@ +{ + "success": true, + "errors": [], + "messages": [], + "result": { + "id": "023e105f4ecef8ad9ca31a8372d0c353" + } +}