Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchDickinson committed Jul 29, 2024
1 parent d2e97d2 commit 64750af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/src/cli/services/context.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ api_version = "2023-04"
})
})

describe('ensureDeploy Context', () => {
describe('ensureDeployContext', () => {
test("fetches the app from the partners' API and returns it alongside the id when identifiers are available locally and the app has no extensions", async () => {
// Given
const app = testAppWithConfig({config: {client_id: APP2.apiKey}})
Expand Down
1 change: 0 additions & 1 deletion packages/app/src/cli/services/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ export async function ensureDeployContext(options: DeployContextOptions): Promis
const {reset, force, noRelease} = options
let developerPlatformClient = options.developerPlatformClient
// do the link here
// MITCH: do a refactor to call getAppContext directly and not do this.
const [remoteApp] = await fetchAppAndIdentifiers(options, developerPlatformClient, true, true)

developerPlatformClient = remoteApp.developerPlatformClient ?? developerPlatformClient
Expand Down

0 comments on commit 64750af

Please sign in to comment.