From 5aeffb8b434c883363246b27b67a357bff2dd656 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Tue, 24 Sep 2024 20:05:46 +1000 Subject: [PATCH] remove unused MediaType --- src/Blobify.Tests/Constants.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Blobify.Tests/Constants.cs b/src/Blobify.Tests/Constants.cs index 0515062..a8a38a8 100644 --- a/src/Blobify.Tests/Constants.cs +++ b/src/Blobify.Tests/Constants.cs @@ -16,11 +16,6 @@ public static class Authorization } } - public static class MediaType - { - public const string Json = "application/json"; - } - public static class Tenant { public const string Id = "daea2e9b-847b-4c93-850d-2aa6f2d7af33";