Skip to content

Commit

Permalink
Merge pull request boozallen#58 from boozallen/fix-docker-test-for-re…
Browse files Browse the repository at this point in the history
…po-lc

fixed broken docker tests
  • Loading branch information
steven-terrana authored Sep 24, 2019
2 parents 7c8b358 + 2c8194d commit bc62bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/unit-tests/GetImagesToBuildSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ public class GetImagesToBuildSpec extends JenkinsPipelineSpecification {
imageList == [
[
registry: "test_registry",
repo: "Vulcan_planet",
repo: "vulcan_planet",
context: "planet",
tag: "1234abcd"
], [
registry: "test_registry",
repo: "Vulcan_planet2",
repo: "vulcan_planet2",
context: "planet2",
tag: "1234abcd"
]
Expand All @@ -119,7 +119,7 @@ public class GetImagesToBuildSpec extends JenkinsPipelineSpecification {
when:
def imageList = GetImagesToBuild()
then:
imageList == [[registry: "test_registry", repo: "Vulcan", context: ".", tag: "5678efgh"]]
imageList == [[registry: "test_registry", repo: "vulcan", context: ".", tag: "5678efgh"]]
}

}

0 comments on commit bc62bb0

Please sign in to comment.