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