Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitsuri-msft authored and zarenner committed May 15, 2019
1 parent e500d9a commit 1612434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-devops/azext_devops/test/artifacts/test_univeral.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_download_package(self):
name = self._TEST_PACKAGE_NAME,
version = self._TEST_PACKAGE_VERSION,
path = self._TEST_PATH,
filter= self._TEST_FILTER,
fileFilter= self._TEST_FILTER,
organization = self._TEST_DEVOPS_ORGANIZATION,
detect='off')

Expand Down

0 comments on commit 1612434

Please sign in to comment.