commit | 5e1d6ea5a8840f479e3b86c7e75edf6e3279d69d | [log] [tgz] |
---|---|---|
author | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Mon Mar 11 18:15:55 2024 +0200 |
committer | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Wed Mar 13 15:17:33 2024 +0200 |
tree | dc07968ebadec64e19c74b03abe58f4342b0d5a2 | |
parent | ddc826d468773406e8c007f029320b38a7c071ea [diff] |
Catch zone import id being None in POST response. the linked issue suggests that it is possible for zone import id to be None right upon creation. While I was not able to reproduce this, let's add an explicit catch for it to make such sutuation more obvious when this happens again. Change-Id: I1add5caa29a1ebaf789b1d1123b385de3bf6678d Related-Issue: PRODX-39453