Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void testStatusCakeApiKey()
{
// Just loading this page can trigger an error if there was a problem with the encryption
assertEquals("StatusCake API key input should be present but blank",
"", EditUpgradeMessagePage.beginAt(this).getStatusCakeApiKey());
"", EditUpgradeMessagePage.beginAt(this, null).getStatusCakeApiKey()); // Use the root container in case the '_mothership' project doesn't exist
}
}

Expand Down
Loading