Skip to content

Commit

Permalink
Adapt test suite to latest change
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Sep 10, 2024
1 parent d2e6ef2 commit be54328
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions t/parse_docker.t
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ FROM opensuse/leap:15.2
};

$expected = {
'path' => [],
'name' => 'docker',
'deps' => ['container:opensuse/tumbleweed:latest', 'container:opensuse/leap:15.2'],
'path' => [],
'imagerepos' => [],
'name' => 'docker'
'basecontainer' => 'container:opensuse/leap:15.2',
};

$result = Build::Docker::parse($conf, \$dockerfile);
Expand Down

1 comment on commit be54328

@mmohring
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Michael, you were faster :D

Please sign in to comment.