Skip to content

Commit 9576f0d

Browse files
committed
Use new repo URL in test data
1 parent 0182e4b commit 9576f0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

platform-tests/src/test/java/org/junit/platform/reporting/open/xml/OpenTestReportGeneratingListenerTests.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,12 @@ void includesGitInfoWhenEnabled(String originUrl, @TempDir Path tempDirectory) t
246246

247247
@ParameterizedTest
248248
@CsvSource(textBlock = """
249-
https://foo:[email protected]/junit-team/junit5.git, https://***@github.com/junit-team/junit5.git
250-
https://[email protected]/junit-team/junit5.git, https://***@github.com/junit-team/junit5.git
251-
[email protected]:junit-team/junit5.git, ***@github.com:junit-team/junit5.git
252-
ssh://[email protected]:junit-team/junit5.git, ssh://***@github.com:junit-team/junit5.git
253-
[email protected]:junit-team/junit5.git, [email protected]:junit-team/junit5.git
254-
ssh://[email protected]:junit-team/junit5.git, ssh://[email protected]:junit-team/junit5.git
249+
https://foo:[email protected]/junit-team/junit-framework.git, https://***@github.com/junit-team/junit-framework.git
250+
https://[email protected]/junit-team/junit-framework.git, https://***@github.com/junit-team/junit-framework.git
251+
[email protected]:junit-team/junit-framework.git, ***@github.com:junit-team/junit-framework.git
252+
ssh://[email protected]:junit-team/junit-framework.git, ssh://***@github.com:junit-team/junit-framework.git
253+
[email protected]:junit-team/junit-framework.git, [email protected]:junit-team/junit-framework.git
254+
ssh://[email protected]:junit-team/junit-framework.git, ssh://[email protected]:junit-team/junit-framework.git
255255
""")
256256
void stripsCredentialsFromOriginUrl(String configuredUrl, String reportedUrl, @TempDir Path tempDirectory)
257257
throws Exception {

0 commit comments

Comments
 (0)