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

Commit 87cac25

Browse files
committed
fix tests
1 parent f4a383d commit 87cac25

11 files changed

+17
-17
lines changed

tests/apt_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": "gcr.io/gcp-runtimes/apt-modified:latest",
3+
"Image": "gcr.io/gcp-runtimes/apt-modified",
44
"AnalyzeType": "Apt",
55
"Analysis": [
66
{

tests/apt_diff_expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3-
"Image1": "gcr.io/gcp-runtimes/apt-base:latest",
4-
"Image2": "gcr.io/gcp-runtimes/apt-modified:latest",
3+
"Image1": "gcr.io/gcp-runtimes/apt-base",
4+
"Image2": "gcr.io/gcp-runtimes/apt-modified",
55
"DiffType": "Apt",
66
"Diff": {
77
"Packages1": [

tests/apt_sorted_diff_expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3-
"Image1": "gcr.io/gcp-runtimes/apt-base:latest",
4-
"Image2": "gcr.io/gcp-runtimes/apt-modified:latest",
3+
"Image1": "gcr.io/gcp-runtimes/apt-base",
4+
"Image2": "gcr.io/gcp-runtimes/apt-modified",
55
"DiffType": "Apt",
66
"Diff": {
77
"Packages1": [

tests/file_diff_expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3-
"Image1": "gcr.io/gcp-runtimes/diff-base:latest",
4-
"Image2": "gcr.io/gcp-runtimes/diff-modified:latest",
3+
"Image1": "gcr.io/gcp-runtimes/diff-base",
4+
"Image2": "gcr.io/gcp-runtimes/diff-modified",
55
"DiffType": "File",
66
"Diff": {
77
"Adds": null,

tests/file_sorted_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": "gcr.io/gcp-runtimes/diff-modified:latest",
3+
"Image": "gcr.io/gcp-runtimes/diff-modified",
44
"AnalyzeType": "File",
55
"Analysis": [
66
{

tests/hist_diff_expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3-
"Image1": "gcr.io/gcp-runtimes/diff-base:latest",
4-
"Image2": "gcr.io/gcp-runtimes/diff-modified:latest",
3+
"Image1": "gcr.io/gcp-runtimes/diff-base",
4+
"Image2": "gcr.io/gcp-runtimes/diff-modified",
55
"DiffType": "History",
66
"Diff": {
77
"Adds": [

tests/metadata_diff_expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3-
"Image1": "gcr.io/gcp-runtimes/metadata-base:latest",
4-
"Image2": "gcr.io/gcp-runtimes/metadata-modified:latest",
3+
"Image1": "gcr.io/gcp-runtimes/metadata-base",
4+
"Image2": "gcr.io/gcp-runtimes/metadata-modified",
55
"DiffType": "Metadata",
66
"Diff": {
77
"Adds": [

tests/multi_diff_expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3-
"Image1": "gcr.io/gcp-runtimes/multi-base:latest",
4-
"Image2": "gcr.io/gcp-runtimes/multi-modified:latest",
3+
"Image1": "gcr.io/gcp-runtimes/multi-base",
4+
"Image2": "gcr.io/gcp-runtimes/multi-modified",
55
"DiffType": "Apt",
66
"Diff": {
77
"Packages1": [],

tests/node_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": "gcr.io/gcp-runtimes/node-modified:latest",
3+
"Image": "gcr.io/gcp-runtimes/node-modified",
44
"AnalyzeType": "Node",
55
"Analysis": [
66
{

tests/node_diff_order_expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"Image1": "gcr.io/gcp-runtimes/node-modified:2.0",
4-
"Image2": "gcr.io/gcp-runtimes/node-modified:latest",
4+
"Image2": "gcr.io/gcp-runtimes/node-modified",
55
"DiffType": "Node",
66
"Diff": {
77
"Packages1": [],

0 commit comments

Comments
 (0)