mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 10:59:01 +00:00
Fixing tests
This commit is contained in:
parent
93e5964e5f
commit
229a6129e2
@ -71,10 +71,10 @@ class SURLTest {
|
|||||||
@ValueSource(strings = {
|
@ValueSource(strings = {
|
||||||
"http://localhost:8080/api",
|
"http://localhost:8080/api",
|
||||||
"http://alice@localhost:8080/api",
|
"http://alice@localhost:8080/api",
|
||||||
"http://alice:secret@localhost:8080/api",
|
"http://alice_secret@localhost:8080/api",
|
||||||
"https://localhost:8080/api",
|
"https://localhost:8080/api",
|
||||||
"https://alice@localhost:8080/api",
|
"https://alice@localhost:8080/api",
|
||||||
"https://alice:secret@localhost:8080/api"})
|
"https://alice_secret@localhost:8080/api"})
|
||||||
void removeUserInfo(String url) throws MalformedURLException {
|
void removeUserInfo(String url) throws MalformedURLException {
|
||||||
SURL surl = SURL.createWithoutUser(new URL(url));
|
SURL surl = SURL.createWithoutUser(new URL(url));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user