Skip to content

Adding default environment var value for Azure integration test

Yifan Ye requested to merge azure-integration into master

Adding default environment var value for Azure integration test and ignore oid test when related env var is unset.

So that when these variables are not set, tests that use these functions will not be affected. For example, with current code, DeleteMemberTest will fail, because method shouldSuccessfullyDeleteUserMember() is trying to use configurationService.getMemberMailId_toBeDeleted(currentTime). And this will return null.

Edited by Yifan Ye

Merge request reports