提交 1d0d8069 编写于 作者: J Josh Soref 提交者: Oleg Nenashev

Use a proper example domain (#4074)

See RFC6761
上级 bc40ab3a
......@@ -280,7 +280,7 @@ public class FunctionsTest {
@Test
@PrepareForTest(Stapler.class)
public void testGetActionUrl_unparseable() throws Exception{
assertEquals(null, Functions.getActionUrl(null, createMockAction("http://nowhere.net/stuff?something=^woohoo")));
assertEquals(null, Functions.getActionUrl(null, createMockAction("http://example.net/stuff?something=^woohoo")));
}
private static Action createMockAction(String uri) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册