Created
February 25, 2016 04:56
-
-
Save gjoseph/30292504f20ac63f1404 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tests/integration-tests-parent/integration-testkit/src/index.js b/tests/integration-tests-parent/integration-testkit/src/index.js | |
index 565fedf..fee6be1 100644 | |
--- a/tests/integration-tests-parent/integration-testkit/src/index.js | |
+++ b/tests/integration-tests-parent/integration-testkit/src/index.js | |
@@ -5,7 +5,7 @@ import * as _logging from "./logging"; | |
export {permissions, PermissionsBackdoor} from "./backdoor/permissions-backdoor"; | |
export {RolesBackdoor} from "./backdoor/roles-backdoor"; | |
-export {SdApiClient, JiraApiClient, ApprovalClient, AtlassianAnalyticsClient, ServiceDeskClient, ReportsClient, RequestsClient} from "./rest-clients"; | |
+export {SdApiClient, JiraApiClient, ApprovalClient, AtlassianAnalyticsClient, ServiceDeskClient, ReportsClient, BackdoorClient, RequestsClient} from "./rest-clients"; | |
export {CustomFieldsBackdoor, customField} from "./backdoor/customfields-backdoor"; | |
export {ScreensBackdoor} from "./backdoor/screens-backdoor"; | |
export {ReportsBackdoor} from "./backdoor/reports-backdoor"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment