1677
1670
'password ignored in section \[ssh with password\]')
1679
1672
def test_uses_fallback_stores(self):
1682
1678
store = StubCredentialStore()
1683
1679
store.add_credentials("http", "example.com", "joe", "secret")
1684
1680
config.credential_store_registry.register("stub", store, fallback=True)