Skip to content

Commit

Permalink
Fixing autorest validator args (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgouda authored and olydis committed May 31, 2017
1 parent 3cbcf78 commit 587551e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/linter.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('AutoRest Linter validation:', function () {
// });
_(swaggersToProcess).each(function (swagger) {
it(swagger + ' should honor linter validation rules.', function (done) {
var cmd = 'autorest --azure-arm=true --input-file=' + swagger + ' --message-format=json';
var cmd = 'autorest --azure-validator=true --input-file=' + swagger + ' --message-format=json';
console.log(`Executing: ${cmd}`);
let result;
try {
Expand Down

0 comments on commit 587551e

Please sign in to comment.