Skip to content

Commit

Permalink
Change placeholder-url in test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkors committed Feb 16, 2025
1 parent b899754 commit 715abb5
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://via.placeholder.com/150", alt_text = "some alt text"
image_url = "https://placehold.co/150", 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 715abb5

Please sign in to comment.