Skip to content

Commit

Permalink
Fixing exception message
Browse files Browse the repository at this point in the history
Co-authored-by: Szabolcs Deme <80963259+DemeSzabolcs@users.noreply.github.com>
  • Loading branch information
Piedone and DemeSzabolcs authored Feb 25, 2025
1 parent ab2c49e commit 4fa968d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI/Helpers/CloudflareHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ private static void ThrowIfNotSuccess((bool IsSuccess, Exception InnerException)

throw new IOException(
$"The Cloudflare IP Access Rule for allowing requests from this runner {messagePart}. There might be a " +
$"leftover rule for the IP range {currentIp} that needs to be deleted manually." +
$"leftover rule for the IP range {currentIpRange} that needs to be deleted manually." +

Check failure on line 206 in Lombiq.Tests.UI/Helpers/CloudflareHelper.cs

View workflow job for this annotation

GitHub Actions / Validate NuGet Publish / Validate NuGet Publish / Publish to NuGet

The name 'currentIpRange' does not exist in the current context
(result.InnerException is ApiException ex ? $" Response: {ex.Content}" : string.Empty),
result.InnerException);
}
Expand Down

0 comments on commit 4fa968d

Please sign in to comment.