Skip to content
Snippets Groups Projects
Commit 50e3805f authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Unblinded tokens, remember?

parent c17a3779
No related branches found
No related tags found
1 merge request!59Unblinded token web interface
......@@ -209,7 +209,7 @@ class ResourceTests(TestCase):
"""
General tests for the resources exposed by the plugin.
"""
@given(tahoe_configs(), requests(just([u"blinded-token"]) | just([u"voucher"])))
@given(tahoe_configs(), requests(just([u"unblinded-token"]) | just([u"voucher"])))
def test_reachable(self, get_config, request):
"""
A resource is reachable at a child of the resource returned by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment