mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 13:46:41 +02:00
23 lines
1 KiB
Diff
23 lines
1 KiB
Diff
diff --git a/pkg/unittest/.snapshots/TestV3RunnerOkWithFailedTests b/pkg/unittest/.snapshots/TestV3RunnerOkWithFailedTests
|
|
index aaaa0e5..2a6a9fd 100644
|
|
--- a/pkg/unittest/.snapshots/TestV3RunnerOkWithFailedTests
|
|
+++ b/pkg/unittest/.snapshots/TestV3RunnerOkWithFailedTests
|
|
@@ -39,7 +39,7 @@
|
|
DocumentIndex: 0
|
|
ValuesIndex: 0
|
|
Error:
|
|
- expect count 1234578901234567890 in 'data["my.array"]' to be in array, got 1:
|
|
+ expect count 123457890 in 'data["my.array"]' to be in array, got 1:
|
|
- value1
|
|
- value2
|
|
FAIL spark-operator ../../test/data/v3/basic/tests_failed/rbac_test.yaml
|
|
diff --git a/test/data/v3/basic/tests_failed/configmap_test.yaml b/test/data/v3/basic/tests_failed/configmap_test.yaml
|
|
index ef7ed03..95d8b4e 100644
|
|
--- a/test/data/v3/basic/tests_failed/configmap_test.yaml
|
|
+++ b/test/data/v3/basic/tests_failed/configmap_test.yaml
|
|
@@ -18,4 +18,4 @@ tests:
|
|
- contains:
|
|
path: data["my.array"]
|
|
content: 'value1'
|
|
- count: 1234578901234567890
|
|
+ count: 123457890
|