-
- Downloads
Replace `request.code` with `channel.code`
The two are equivalent, but really we want to check the HTTP result that got returned to the channel, not the code that the Request object *intended* to return to the channel.
Showing
- tests/http/test_additional_resource.py 2 additions, 2 deletionstests/http/test_additional_resource.py
- tests/replication/test_auth.py 5 additions, 5 deletionstests/replication/test_auth.py
- tests/replication/test_client_reader_shard.py 4 additions, 4 deletionstests/replication/test_client_reader_shard.py
- tests/rest/client/v2_alpha/test_account.py 2 additions, 2 deletionstests/rest/client/v2_alpha/test_account.py
- tests/rest/client/v2_alpha/test_auth.py 5 additions, 5 deletionstests/rest/client/v2_alpha/test_auth.py
- tests/rest/client/v2_alpha/test_register.py 1 addition, 1 deletiontests/rest/client/v2_alpha/test_register.py
- tests/rest/test_health.py 1 addition, 1 deletiontests/rest/test_health.py
- tests/rest/test_well_known.py 2 additions, 2 deletionstests/rest/test_well_known.py
Please register or sign in to comment