1265
1265
self.assertIs(t._get_connection(), c._get_connection())
1267
1267
# Temporary failure, we need to create a new dummy connection
1269
1269
t._set_connection(new_connection)
1270
1270
# Check that both transports use the same connection
1271
1271
self.assertIs(new_connection, t._get_connection())