Skip to content

Commit

Permalink
fix: testing fix with vs code
Browse files Browse the repository at this point in the history
  • Loading branch information
rontalx committed Dec 27, 2022
1 parent 48b5d9a commit 6fdd558
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cli/commands/test/iac/local-execution/usage-tracking.ts
Expand Up @@ -19,6 +19,9 @@ export async function trackUsage(
},
url: `${config.API}/track-iac-usage/cli`,
body: { results: trackingData },
qs: {
org: formattedResults[0].meta.org,
},
gzip: true,
json: true,
});
Expand Down Expand Up @@ -48,6 +51,8 @@ export class TestLimitReachedError extends CustomError {
export interface TrackableResult {
meta: {
isPrivate: boolean;
org: string // e.g. "my.org",
orgPublicId: string // e.g. "73234f0b-a44f-4838-8562-3e0160070570",
};
result: {
cloudConfigResults: any[];
Expand Down

0 comments on commit 6fdd558

Please sign in to comment.