Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad committed Oct 9, 2024
1 parent 45638c1 commit 7af2951
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,7 @@ public async Task Cannot_Create_Title_Content_With_Html_MediaType_With_Correct_S
{
// Arrange
var createDialogCommand = DialogGenerator.GenerateSimpleFakeDialog();
createDialogCommand.Content.Title = new ContentValueDto
{
MediaType = MediaTypes.LegacyEmbeddableHtml,
Value = [new LocalizationDto { LanguageCode = "en", Value = "https://external.html" }]
};
createDialogCommand.Content.Title = CreateHtmlContentValueDto();

var userWithLegacyScope = new IntegrationTestUser([new("scope", Constants.LegacyHtmlScope)]);
Application.ConfigureServiceCollection(services =>
Expand Down

0 comments on commit 7af2951

Please sign in to comment.