From 8ba8d4d5e50be33f395210bfc2f797def011bd2b Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Tue, 24 Sep 2024 20:04:12 +1000 Subject: [PATCH] remove unused Authorization --- src/Blobify.Tests/Constants.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Blobify.Tests/Constants.cs b/src/Blobify.Tests/Constants.cs index 0515062..bbe5197 100644 --- a/src/Blobify.Tests/Constants.cs +++ b/src/Blobify.Tests/Constants.cs @@ -8,12 +8,6 @@ public static class Constants public static class Request { public static readonly Uri BaseUri = new ("https://blobify.tests/", UriKind.Absolute); - - public static class Authorization - { - public static readonly KeyValuePair? Authorized = new ("Authorization", "Bearer AccessToken"); - public static readonly KeyValuePair? UnAuthorized = null; - } } public static class MediaType