Skip to content

Commit a466252

Browse files
author
Vikas Agarwal
committed
lint fix
1 parent b29a6c6 commit a466252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/orgConfig/list.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import testUtil from '../../tests/util';
1111
const should = chai.should();
1212

1313
describe('LIST organization config', () => {
14-
const orgConfigPath = '/v4/projects/metadata/orgConfig'
14+
const orgConfigPath = '/v4/projects/metadata/orgConfig';
1515
const configs = [
1616
{
1717
id: 1,

0 commit comments

Comments
 (0)