Skip to content

Commit

Permalink
once more update for img url
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkors committed Feb 16, 2025
1 parent 715abb5 commit eba594b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public IEnumerator<object[]> GetEnumerator()
yield return Scenario(new DividerBlock());
yield return Scenario(new ImageBlock
{
image_url = "https://placehold.co/150", alt_text = "some alt text"
image_url = "https://placehold.co/150.png", alt_text = "some alt text"
});
yield return Scenario(new InputBlock { label = TextElement(), element = new PlainTextInputElement() });
yield return Scenario(new SectionBlock { text = TextElement() });
Expand Down

0 comments on commit eba594b

Please sign in to comment.