Skip to content

Commit e33de8f

Browse files
authored
Make EncryptionKeyUpgradeTest work when '_mothership' project is missing (#7491)
1 parent 094d8b1 commit e33de8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/test/src/org/labkey/test/tests/upgrade/EncryptionKeyUpgradeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void testStatusCakeApiKey()
7373
{
7474
// Just loading this page can trigger an error if there was a problem with the encryption
7575
assertEquals("StatusCake API key input should be present but blank",
76-
"", EditUpgradeMessagePage.beginAt(this).getStatusCakeApiKey());
76+
"", EditUpgradeMessagePage.beginAt(this, null).getStatusCakeApiKey()); // Use the root container in case the '_mothership' project doesn't exist
7777
}
7878
}
7979

0 commit comments

Comments
 (0)