Skip to content

Commit

Permalink
Updated PanoramaWeb password for skyline_tester (#3219)
Browse files Browse the repository at this point in the history
  • Loading branch information
vagisha authored Nov 15, 2024
1 parent 6bf98a3 commit 1c6cff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion pwiz_tools/Skyline/TestTutorial/AuditLogTutorialTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 1c6cff4

Please sign in to comment.