From 5eaffaec0e285ae7462621f34cb26e993943ebc5 Mon Sep 17 00:00:00 2001 From: clininger Date: Wed, 13 Feb 2019 21:49:24 +0700 Subject: [PATCH] BAEL-2731 - moved postman script to spring-boot-rest project --- postman/testing-api-with-collection/README.md | 3 --- .../src/test/resources/foo_API_test.postman_collection.json | 0 2 files changed, 3 deletions(-) delete mode 100644 postman/testing-api-with-collection/README.md rename postman/testing-api-with-collection/foo API test.postman_collection.json => spring-boot-rest/src/test/resources/foo_API_test.postman_collection.json (100%) diff --git a/postman/testing-api-with-collection/README.md b/postman/testing-api-with-collection/README.md deleted file mode 100644 index 04d30e4240..0000000000 --- a/postman/testing-api-with-collection/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Testing Web APIs with Postman Collections - -Import the collection into Postman. \ No newline at end of file diff --git a/postman/testing-api-with-collection/foo API test.postman_collection.json b/spring-boot-rest/src/test/resources/foo_API_test.postman_collection.json similarity index 100% rename from postman/testing-api-with-collection/foo API test.postman_collection.json rename to spring-boot-rest/src/test/resources/foo_API_test.postman_collection.json