You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by yi...@apache.org on 2022/10/21 04:33:43 UTC

[apisix-website] branch master updated: docs:Added cover image for Fault Injection Testing (#1368)

This is an automated email from the ASF dual-hosted git repository.

yilinzeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e49d34e001d docs:Added cover image for Fault Injection Testing (#1368)
e49d34e001d is described below

commit e49d34e001d65e17e5d64496b5f67b6c4f2041ff
Author: Bhavya Tewari <55...@users.noreply.github.com>
AuthorDate: Fri Oct 21 10:03:38 2022 +0530

    docs:Added cover image for Fault Injection Testing (#1368)
---
 blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md b/blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md
index 0a6a6d402ca..8928b4b188b 100644
--- a/blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md
+++ b/blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md
@@ -13,6 +13,7 @@ keywords:
 - Microservices
 description: The blog post describes how Apache APISIX is useful for testing the robustness and resilience of microservices APIs. Throughout the post, we also get to know the types of possible failure injections with the Fault Injection Plugin.
 tags: [Case Studies]
+image: https://static.apiseven.com/2022/10/20/6350b3f63a715.png
 ---
 
 > 💁 This blog post describes how an **API Gateway** like [Apache APISIX](https://apisix.apache.org/) is useful for testing the robustness and resilience of microservices APIs.