Commit 47c4951d authored by Boxiang Sun's avatar Boxiang Sun

theia: peertube test fixup

parent c15db54e
......@@ -276,8 +276,8 @@ class TestTheiaResiliencePeertube(test_resiliency.TestTheiaResilience):
client_id = data['client_id']
client_secret = data['client_secret']
username = self.peertube_conenction_info['username']
password = self.peertube_conenction_info['password']
username = peertube_conenction_info['username']
password = peertube_conenction_info['password']
auth_data = {
'client_id': client_id,
'client_secret': client_secret,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment