File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/test/java/io/jenkins/plugins/oras/java/api Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3030 </scm >
3131
3232 <properties >
33- <revision >0.2.4 </revision >
33+ <revision >0.2.5 </revision >
3434 <changelist >999999-SNAPSHOT</changelist >
3535 <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
3636 <jenkins .baseline>2.479</jenkins .baseline>
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ void shouldListTags(WireMockRuntimeInfo wmRuntimeInfo) {
5656
5757 // Test
5858 List <String > tags = registry .getTags (ContainerRef .parse ("%s/library/artifact-text"
59- .formatted (wmRuntimeInfo .getHttpBaseUrl ().replace ("http://" , "" ))));
59+ .formatted (wmRuntimeInfo .getHttpBaseUrl ().replace ("http://" , "" ))))
60+ .tags ();
6061
6162 // Assert
6263 assertEquals (2 , tags .size ());
You can’t perform that action at this time.
0 commit comments