Skip to content

Commit

Permalink
fix(core): add authorized field to test accounts (#4832)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Bloch-Wehba-Seaward authored and lwander committed Feb 12, 2018
1 parent 9ce1e64 commit 6cb1e9a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@ const mockProviderAccount = {
environment: 'bar',
primaryAccount: false,
regions: [] as IRegion[],
authorized: true,
}

const awsProviderAccount = Object.assign({}, mockProviderAccount, {
Expand Down

0 comments on commit 6cb1e9a

Please sign in to comment.