(self)
| 165 | )['username'] == 'legacyauth' |
| 166 | |
| 167 | def test_resolve_authconfig_no_match(self): |
| 168 | assert auth.resolve_authconfig( |
| 169 | self.auth_config, 'does.not.exist' |
| 170 | ) is None |
| 171 | |
| 172 | def test_resolve_registry_and_auth_library_image(self): |
| 173 | image = 'image' |
nothing calls this directly
no test coverage detected