Skip to content
Snippets Groups Projects
Commit dafe0780 authored by Enol Fernandez's avatar Enol Fernandez
Browse files

Fix class name

parent 93fe0dbf
No related branches found
No related tags found
1 merge request!4Set AuthZ
...@@ -206,7 +206,7 @@ hub: ...@@ -206,7 +206,7 @@ hub:
from egi_notebooks_hub.onedata import OnedataSpawner from egi_notebooks_hub.onedata import OnedataSpawner
from tornado.httpclient import AsyncHTTPClient, HTTPClientError, HTTPRequest from tornado.httpclient import AsyncHTTPClient, HTTPClientError, HTTPRequest
class WebDavOIDCSpawner(OneDataSpawner): class WebDavOIDCSpawner(OnedataSpawner):
# ownCloud Infinite Scale parameters # ownCloud Infinite Scale parameters
# (https://owncloud.dev/apis/http/graph/spaces/#list-my-spaces-get-medrives) # (https://owncloud.dev/apis/http/graph/spaces/#list-my-spaces-get-medrives)
OCIS_URL = "https://ocis-staging.apps.bst2-test.paas.psnc.pl" OCIS_URL = "https://ocis-staging.apps.bst2-test.paas.psnc.pl"
......
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