Skip to content

Commit 715abb5

Browse files
committed
Change placeholder-url in test
1 parent b899754 commit 715abb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/test/Slackbot.Net.SlackClients.Http.Tests/ChatPostMessageTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public IEnumerator<object[]> GetEnumerator()
9797
yield return Scenario(new DividerBlock());
9898
yield return Scenario(new ImageBlock
9999
{
100-
image_url = "https://via.placeholder.com/150", alt_text = "some alt text"
100+
image_url = "https://placehold.co/150", alt_text = "some alt text"
101101
});
102102
yield return Scenario(new InputBlock { label = TextElement(), element = new PlainTextInputElement() });
103103
yield return Scenario(new SectionBlock { text = TextElement() });

0 commit comments

Comments
 (0)