After some IRC discussion and double check of smart.backends.deb.base.getArchitecture,
I changed the check to "if arch is None", which anyway should never be executed, as
getArchitecture always returns a string.
[2]
Fixed.
[3]
The test was actually there, but buried in mocker expectation, we
cleared this out on IRC.
Thanks Chris!
[1]
After some IRC discussion and double check of smart.backends. deb.base. getArchitecture ,
I changed the check to "if arch is None", which anyway should never be executed, as
getArchitecture always returns a string.
[2]
Fixed.
[3]
The test was actually there, but buried in mocker expectation, we
cleared this out on IRC.