Skip to content

Commit d141c55

Browse files
committed
chore: add another test
1 parent e9df304 commit d141c55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/jenkinsci/plugins/docker/commons/credentials/ImageNameValidatorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public class ImageNameValidatorTest {
2222
{"workflow-demo:latest", FormValidation.Kind.OK},
2323
{"workflow-demo", FormValidation.Kind.OK},
2424
{"workflow-demo:latest@sha256:56930391cf0e1be83108422bbef43001650cfb75f64b3429928f0c5986fdb750", FormValidation.Kind.OK},
25+
{"workflow-demo@sha256:56930391cf0e1be83108422bbef43001650cfb75f64b3429928f0c5986fdb750", FormValidation.Kind.OK},
2526
{":tag", FormValidation.Kind.ERROR},
2627
{"name:tag", FormValidation.Kind.OK},
2728
{"name:.tag", FormValidation.Kind.ERROR},

0 commit comments

Comments
 (0)