mirror of
https://github.com/actions/toolkit.git
synced 2026-08-16 00:00:21 +02:00
style: fix prettier formatting in orchestration tests
This commit is contained in:
@@ -63,9 +63,7 @@ describe('orchestration ID support', () => {
|
|||||||
it('does not duplicate orchestration ID if already present in base', () => {
|
it('does not duplicate orchestration ID if already present in base', () => {
|
||||||
process.env['ACTIONS_ORCHESTRATION_ID'] = 'abc-123'
|
process.env['ACTIONS_ORCHESTRATION_ID'] = 'abc-123'
|
||||||
const alreadyTagged = 'my-app actions_orchestration_id/abc-123'
|
const alreadyTagged = 'my-app actions_orchestration_id/abc-123'
|
||||||
expect(getUserAgentWithOrchestrationId(alreadyTagged)).toBe(
|
expect(getUserAgentWithOrchestrationId(alreadyTagged)).toBe(alreadyTagged)
|
||||||
alreadyTagged
|
|
||||||
)
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user