-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated PanoramaWeb password for skyline_tester (#3219)
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ namespace pwiz.SkylineTestConnected | |
public class PanoramaClientDownloadTest : AbstractFunctionalTest | ||
{ | ||
private const string TEST_USER = "[email protected]"; | ||
private const string TEST_PASSWORD = "lclcmsms"; | ||
private const string TEST_PASSWORD = "Lclcmsms1!"; | ||
private const string PANORAMA_WEB = "https://panoramaweb.org"; | ||
private const string TEST_FOLDER = "SkylineTest"; | ||
private const string PANORAMA_FOLDER = "ForPanoramaClientTest"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ public class AuditLogTutorialTest : AbstractFunctionalTestEx | |
public const string SERVER_URL = "https://panoramaweb.org/"; | ||
public const string PANORAMA_FOLDER = "SkylineTest"; | ||
public const string PANORAMA_USER_NAME = "[email protected]"; | ||
public const string PANORAMA_PASSWORD = "lclcmsms"; | ||
public const string PANORAMA_PASSWORD = "Lclcmsms1!"; | ||
|
||
public string testFolderName = "AuditLogUpload"; | ||
|
||
|