Skip to content

Commit 715abb5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)