File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/test/java/org/gitlab4j/api Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 7474import org .gitlab4j .api .models .ProjectUser ;
7575import org .gitlab4j .api .models .ProtectedBranch ;
7676import org .gitlab4j .api .models .PushRules ;
77+ import org .gitlab4j .api .models .RegistryRepository ;
7778import org .gitlab4j .api .models .Runner ;
7879import org .gitlab4j .api .models .RunnerDetail ;
7980import org .gitlab4j .api .models .Session ;
@@ -329,6 +330,12 @@ public void testPushRule() throws Exception {
329330 assertTrue (compareJson (pushRule , "push-rule.json" ));
330331 }
331332
333+ @ Test
334+ public void testRegistryRepositories () throws Exception {
335+ List <RegistryRepository > repos = unmarshalResourceList (RegistryRepository .class , "registry-repositories.json" );
336+ assertTrue (compareJson (repos , "registry-repositories.json" ));
337+ }
338+
332339 @ Test
333340 public void testRunnerDetail () throws Exception {
334341 RunnerDetail runnerDetail = unmarshalResource (RunnerDetail .class , "runner-detail.json" );
You can’t perform that action at this time.
0 commit comments