Skip to content

Commit aab9b14

Browse files
authored
Fix tests wrt old/new change (#4076)
Follow up to #4074
1 parent a6fbd57 commit aab9b14

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

acceptance/bundle/templates/default-python/classic/out.plan_after_deploy_dev.direct.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,14 @@
217217
"changes": {
218218
"local": {
219219
"tasks[task_key='notebook_task'].libraries[0].whl": {
220-
"action": "update"
220+
"action": "update",
221+
"old": "/Workspace/Users/[USERNAME]/.bundle/my_default_python/dev/artifacts/.internal/my_default_python-0.0.1+[UNIX_TIME_NANOS][1]-py3-none-any.whl",
222+
"new": "/Workspace/Users/[USERNAME]/.bundle/my_default_python/dev/artifacts/.internal/my_default_python-0.0.1+[UNIX_TIME_NANOS][0]-py3-none-any.whl"
221223
},
222224
"tasks[task_key='python_wheel_task'].libraries[0].whl": {
223-
"action": "update"
225+
"action": "update",
226+
"old": "/Workspace/Users/[USERNAME]/.bundle/my_default_python/dev/artifacts/.internal/my_default_python-0.0.1+[UNIX_TIME_NANOS][1]-py3-none-any.whl",
227+
"new": "/Workspace/Users/[USERNAME]/.bundle/my_default_python/dev/artifacts/.internal/my_default_python-0.0.1+[UNIX_TIME_NANOS][0]-py3-none-any.whl"
224228
}
225229
},
226230
"remote": {

0 commit comments

Comments
 (0)