From 3c7414ee47cb6cbe4bf606a1a3a6baca61d38e78 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 5 Oct 2023 13:37:47 -0400 Subject: [PATCH] - updates suppression for go integration test --- it/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/it/config.json b/it/config.json index f62d8a954f..43d7324e87 100644 --- a/it/config.json +++ b/it/config.json @@ -132,7 +132,7 @@ "Suppressions": [ { "Language": "go", - "Rationale": "https://github.com/microsoft/kiota/issues/2955" + "Rationale": "https://github.com/microsoft/kiota/issues/3436" }, { "Language": "typescript", @@ -318,4 +318,4 @@ } ] } -} +} \ No newline at end of file