We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715abb5 commit eba594bCopy full SHA for eba594b
source/test/Slackbot.Net.SlackClients.Http.Tests/ChatPostMessageTests.cs
@@ -97,7 +97,7 @@ public IEnumerator<object[]> GetEnumerator()
97
yield return Scenario(new DividerBlock());
98
yield return Scenario(new ImageBlock
99
{
100
- image_url = "https://placehold.co/150", alt_text = "some alt text"
+ image_url = "https://placehold.co/150.png", alt_text = "some alt text"
101
});
102
yield return Scenario(new InputBlock { label = TextElement(), element = new PlainTextInputElement() });
103
yield return Scenario(new SectionBlock { text = TextElement() });
0 commit comments