Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonWeber committed Jan 3, 2024
1 parent 35bb260 commit cb82f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
WEBSITE_SITE_NAME,
WEBSITE_SLOT_NAME,
CLOUD_RESOURCE_ID_RESOURCE_ATTRIBUTE,
FUNCTIONS_VERSION
FUNCTIONS_VERSION,
} from '../types';
import {
CloudProviderValues,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('AzureFunctionsDetector', () => {
'~4'
);
});

it('should not detect azure app service values', () => {
process.env.WEBSITE_SITE_NAME = 'test-function';
process.env.REGION_NAME = 'test-region';
Expand Down

0 comments on commit cb82f84

Please sign in to comment.