Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Resolved conflicts after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
wbreza committed Jun 12, 2019
1 parent 41d71b8 commit b8ef4bd
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 16 deletions.
95 changes: 82 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/services/apimService.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Serverless from "serverless";
import _ from "lodash";
import { MockFactory } from "../test/mockFactory";
import Service from "serverless/classes/Service";
import { ApiManagementConfig } from "../models/apiManagement";
import { ApimService } from "./apimService";
import { interpolateJson } from "../test/utils";
Expand Down
1 change: 0 additions & 1 deletion src/services/functionAppService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ describe("Function App Service", () => {
const slsService = MockFactory.createTestService();
const variables = MockFactory.createTestVariables();
const provider = MockFactory.createTestAzureServiceProvider();
const functionName = "function1";

const masterKey = "masterKey";
const authKey = "authKey";
Expand Down
2 changes: 1 addition & 1 deletion src/test/mockFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Service from "serverless/classes/Service";
import Utils from "serverless/classes/Utils";
import PluginManager from "serverless/lib/classes/PluginManager";
import { ServerlessAzureConfig } from "../models/serverless";
import { FunctionMetadata, AzureServiceProvider, ServicePrincipalEnvVariables } from "../models/azureProvider"
import { AzureServiceProvider, ServicePrincipalEnvVariables } from "../models/azureProvider"
import { Logger } from "../models/generic";

function getAttribute(object: any, prop: string, defaultValue: any): any {
Expand Down

0 comments on commit b8ef4bd

Please sign in to comment.