From 71b67259c61602986f086bd5369bc729db4949b2 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 16 Nov 2021 21:51:13 -0500 Subject: [PATCH] test: migration from Python to JavaScript --- Tests/spec/CalDAVPreventInvitationsSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/spec/CalDAVPreventInvitationsSpec.js b/Tests/spec/CalDAVPreventInvitationsSpec.js index f316ba4ea..e77d593c1 100644 --- a/Tests/spec/CalDAVPreventInvitationsSpec.js +++ b/Tests/spec/CalDAVPreventInvitationsSpec.js @@ -84,7 +84,7 @@ describe('PreventInvitations', function() { prefs = new Preferences(config.attendee1_username, config.attendee1_password) webdav = new WebDAV(config.username, config.password) webdav_su = new WebDAV(config.superuser, config.superuser_password) - webdavAttendee1 = new WebDAV(config.attendee1, config.attendee1_password) + webdavAttendee1 = new WebDAV(config.attendee1_username, config.attendee1_password) webdavAttendee1Delegate = new WebDAV(config.attendee1_delegate_username, config.attendee1_delegate_password) utility = new TestUtility(webdav)