Skip to content

Commit 2f5f017

Browse files
committed
Fix key
1 parent 6671718 commit 2f5f017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const uploadToDandi = (subdirectory, forceSkip = false) => {
2828
const dashboard = document.querySelector('nwb-dashboard')
2929
const page = dashboard.page
3030
const modal = page.globalModal
31-
const sandboxKeyInput = modal.form.getFormElement(['development_api_key'])
31+
const sandboxKeyInput = modal.form.getFormElement(['sandbox_api_key'])
3232
sandboxKeyInput.updateData(dandiAPIToken)
3333
}, dandiInfo.token)
3434

0 commit comments

Comments
 (0)