Skip to content

Commit 953152d

Browse files
author
Andrew Nelson
committed
Remove cruft from previous attempt
1 parent 710f1cc commit 953152d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/operation.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ describe('operations', function () {
280280
];
281281
var op = new Operation({}, 'http', 'test', 'get', '/foo/{location}', { parameters: parameters },
282282
{}, {}, new auth.SwaggerAuthorizations());
283-
op.preserveSlashes = true;
284283
var url = op.urlify({
285284
location: 'qux/baz.txt'
286285
});
@@ -305,7 +304,6 @@ describe('operations', function () {
305304
];
306305
var op = new Operation({}, 'http', 'test', 'get', '/foo/{type}/{location}', { parameters: parameters },
307306
{}, {}, new auth.SwaggerAuthorizations());
308-
op.preserveSlashes = true;
309307
var url = op.urlify({
310308
type: 'bar/bar',
311309
location: 'qux/baz.txt'

0 commit comments

Comments
 (0)