JS: Remove alert expectation from step

This is just a step on the path, not a sink
This commit is contained in:
Asger F
2025-02-28 13:18:41 +01:00
parent 319ee2ccd5
commit e745f42291

View File

@@ -11,7 +11,7 @@ function PostCode(codestring) {
'output_format': 'json',
'output_info': 'compiled_code',
'warning_level' : 'QUIET',
'js_code' : codestring // $ MISSING: Alert - passing data from file to the request json body
'js_code' : codestring // passing data from file to the request json body
});
// An object of options to indicate where to post to