Fix a unit test regression from the NIS change.
Review Request #12871 — Created March 6, 2023 and submitted — Latest diff uploaded
The NIS change removed the
nis
import in the unit tests, in favor of
accessing thenis
attribute on the backend. A particular code path was
updated but not included in the commit.This change adds that missing update. It also removes one more usage of
animport
, and fixes some type checker issues in the unit tests.
Unit tests pass.