Skip to content

Commit

Permalink
Removed test for public actor config
Browse files Browse the repository at this point in the history
  • Loading branch information
gippy committed Sep 25, 2018
1 parent e600429 commit e5902ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/actor_configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@ describe('ActorConfigs method', () => {
.then(response => expect(response).to.be.eql(run));
});

/*
it('runActorConfig() works without token', () => {
const actorConfigId = 'some-id';
const run = { foo: 'bar' };
Expand All @@ -400,4 +402,5 @@ describe('ActorConfigs method', () => {
.runActorConfig({ actorConfigId })
.then(response => expect(response).to.be.eql(run));
});
*/
});

0 comments on commit e5902ce

Please sign in to comment.