Skip to content
Snippets Groups Projects

AWS Lambda

2 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -122,7 +122,7 @@ class NshmTestUtils {
if (dataPath.isEmpty()) {
context = Optional.of(Micronaut
.build("--model=" + nshm.modelPath())
.build("--MODEL=" + nshm.modelPath())
.mainClass(Application.class)
.start());
}
Loading