Skip to content

Commit 22b6efe

Browse files
fixup! [MIG] delivery_postlogistics: Migration to 18.0
1 parent 3bc8053 commit 22b6efe

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

delivery_postlogistics/tests/fixtures/cassettes/test_missing_language.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interactions:
7575
pdf\",\n \"imageResolution\" : 600,\n \"printPreview\" : false,\n \
7676
\ \"colorPrintRequired\" : true\n },\n \"item\" : {\n \"itemID\" : \"\
7777
WHOUT00042+WHOUT00042\",\n \"identCode\" : \"996001321700005958\",\n \
78-
\ \"label\" : [ \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAEElEQVR4nGI6MCsWEAAA//8D3QG6Bc6D/gAAAABJRU5ErkJggg==\"\
78+
\ \"label\" : [ \"R0lGODlhAQABAIAAAP\/\/\/wAAACwAAAAAAQABAAACAkQBADs==\"\
7979
\ ]\n }\n}"
8080
headers:
8181
Cache-Control:

delivery_postlogistics/tests/fixtures/cassettes/test_store_label.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interactions:
7575
pdf\",\n \"imageResolution\" : 600,\n \"printPreview\" : false,\n \
7676
\ \"colorPrintRequired\" : true\n },\n \"item\" : {\n \"itemID\" : \"\
7777
WHOUT00042+WHOUT00042\",\n \"identCode\" : \"996001321700005959\",\n \
78-
\ \"label\" : [ \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAEElEQVR4nGI6MCsWEAAA//8D3QG6Bc6D/gAAAABJRU5ErkJggg==\"\
78+
\ \"label\" : [ \"R0lGODlhAQABAIAAAP\/\/\/wAAACwAAAAAAQABAAACAkQBADs==\"\
7979
\ ]\n }\n}"
8080
headers:
8181
Cache-Control:

delivery_postlogistics/tests/test_postlogistics.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
from .common import TestPostlogisticsCommon, recorder
66

7-
LABEL_BASE64 = b"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAEElEQVR4nGI6 \
8-
MCsWEAAA//8D3QG6Bc6D/gAAAABJRU5ErkJggg=="
7+
LABEL_BASE64 = b"R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=="
98

109

1110
class TestPostlogistics(TestPostlogisticsCommon):

0 commit comments

Comments
 (0)