Skip to content

Commit

Permalink
Merge pull request #6 from SimonCropp/remove-unused-MediaType
Browse files Browse the repository at this point in the history
remove unused MediaType
  • Loading branch information
devlead authored Sep 24, 2024
2 parents 170b983 + 5aeffb8 commit 2c8266a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Blobify.Tests/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ public static class Request
public static readonly Uri BaseUri = new ("https://blobify.tests/", UriKind.Absolute);
}

public static class MediaType
{
public const string Json = "application/json";
}

public static class Tenant
{
public const string Id = "daea2e9b-847b-4c93-850d-2aa6f2d7af33";
Expand Down

0 comments on commit 2c8266a

Please sign in to comment.