Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit e51669e

Browse files
committed
actually fix tests
1 parent 87cac25 commit e51669e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/multi_diff_expected.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
}
5757
},
5858
{
59-
"Image1": "gcr.io/gcp-runtimes/multi-base:latest",
60-
"Image2": "gcr.io/gcp-runtimes/multi-modified:latest",
59+
"Image1": "gcr.io/gcp-runtimes/multi-base",
60+
"Image2": "gcr.io/gcp-runtimes/multi-modified",
6161
"DiffType": "Node",
6262
"Diff": {
6363
"Packages1": [],
@@ -89,8 +89,8 @@
8989
}
9090
},
9191
{
92-
"Image1": "gcr.io/gcp-runtimes/multi-base:latest",
93-
"Image2": "gcr.io/gcp-runtimes/multi-modified:latest",
92+
"Image1": "gcr.io/gcp-runtimes/multi-base",
93+
"Image2": "gcr.io/gcp-runtimes/multi-modified",
9494
"DiffType": "Pip",
9595
"Diff": {
9696
"Packages1": [

tests/rpm_analysis_expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"Image": "valentinrothberg/containerdiff:diff-modified:latest",
3+
"Image": "valentinrothberg/containerdiff:diff-modified",
44
"AnalyzeType": "RPM",
55
"Analysis": [
66
{

0 commit comments

Comments
 (0)