From 90f9b702db1f3b6a522a6585412480258b73cbb4 Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Mon, 9 Dec 2024 13:55:44 -0800 Subject: [PATCH] fixup --- projects/Test/Integration/ToxiproxyManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/Test/Integration/ToxiproxyManager.cs b/projects/Test/Integration/ToxiproxyManager.cs index 40d9ca9bc..182433a51 100644 --- a/projects/Test/Integration/ToxiproxyManager.cs +++ b/projects/Test/Integration/ToxiproxyManager.cs @@ -87,6 +87,7 @@ public async Task InitializeAsync() try { await _proxyClient.AddAsync(_proxy); + return; } catch (Exception ex) {