Skip to content

Commit e5788a7

Browse files
committed
Update ephemeral token api
1 parent bc41f00 commit e5788a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

polyaxon_client/api/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def login_experiment_ephemeral_token(self,
101101
project_name,
102102
'experiments',
103103
experiment_id,
104-
'token')
104+
'ephemeraltoken')
105105
try:
106106
response = self.transport.post(
107107
request_url,

tests/test_api/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_login_experiment_ephemeral_token(self):
7676
'project',
7777
'experiments',
7878
'1',
79-
'token'
79+
'ephemeraltoken'
8080
),
8181
body=json.dumps({'token': token}),
8282
content_type='application/json', status=200)

0 commit comments

Comments
 (0)