Skip to content

Commit

Permalink
Merge branch 'eh_res_prep' of github.com:YijunXieMS/azure-sdk-for-pyt…
Browse files Browse the repository at this point in the history
…hon into eh_res_prep
  • Loading branch information
YijunXieMS committed Jul 21, 2020
2 parents b1819f4 + 4ef90b8 commit e8a1b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/eventhub/azure-eventhub/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def resource_group():
try:
SUBSCRIPTION_ID = os.environ["AZURE_SUBSCRIPTION_ID"]
except KeyError:
pytest.skip('AZURE_SUBSCRIPTION_ID defined')
pytest.skip('AZURE_SUBSCRIPTION_ID undefined')
return
resource_client = ResourceManagementClient(EnvironmentCredential(), SUBSCRIPTION_ID)
resource_group_name = RES_GROUP_PREFIX + str(uuid.uuid4())
Expand Down

0 comments on commit e8a1b85

Please sign in to comment.