• 
      

    Fix a unit test regression from the NIS change.

    Review Request #12871 — Created March 6, 2023 and submitted

    Information

    Review Board
    release-5.0.x

    Reviewers

    The NIS change removed the nis import in the unit tests, in favor of
    accessing the nis 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
    an import, and fixes some type checker issues in the unit tests.

    Unit tests pass.

    Summary ID
    Fix a unit test regression from the NIS change.
    The NIS change removed the `nis` import in the unit tests, in favor of accessing the `nis` 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 an `import`, and fixes some type checker issues in the unit tests.
    d24cf38da24562ed1c74f5261e6fa52ed073c16d
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (ac1c978)