PR #12188 - rename siwe.mod to ethereum.mod

Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
This commit is contained in:
Lachlan Roberts 2024-08-23 13:42:59 +10:00
parent b40a942a65
commit 28ae673208
No known key found for this signature in database
GPG Key ID: 5663FB7A8FF7E348
2 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class SiweTests extends AbstractJettyHomeTest
String[] args1 = { String[] args1 = {
"--create-startd", "--create-startd",
"--approve-all-licenses", "--approve-all-licenses",
"--add-to-start=http,ee10-webapp,ee10-deploy,ee10-annotations,siwe" "--add-to-start=http,ee10-webapp,ee10-deploy,ee10-annotations,ethereum"
}; };
try (JettyHomeTester.Run run1 = distribution.start(args1)) try (JettyHomeTester.Run run1 = distribution.start(args1))