Skip to content

Commit

Permalink
MediaTypeNames
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 committed Oct 9, 2024
1 parent 7940ef9 commit d6b26d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public async Task It_should_replace_an_existing_field_type()
Description = " ",
TextProperties = new()
{
ContentType = "text/plain"
ContentType = MediaTypeNames.Text.Plain
}
};
CreateOrReplaceFieldTypeCommand command = new(_fieldType.Id.ToGuid(), payload, Version: null);
Expand Down Expand Up @@ -136,7 +136,7 @@ public async Task It_should_update_an_existing_field_type()
Description = " ",
TextProperties = new()
{
ContentType = "text/plain"
ContentType = MediaTypeNames.Text.Plain
}
};
CreateOrReplaceFieldTypeCommand command = new(_fieldType.Id.ToGuid(), payload, version);
Expand Down

0 comments on commit d6b26d0

Please sign in to comment.