commit | f504bde1b19859af9ad1143385e4260b88e450a6 | [log] [tgz] |
---|---|---|
author | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Mon Mar 11 18:15:55 2024 +0200 |
committer | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Fri Apr 18 11:25:03 2025 +0000 |
tree | ef852b3da53246f3a255bcaa5c320fc471ac5393 | |
parent | c41ea6e4aae8fc3558d244779d915c23c9ee7eab [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