Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Aug 2, 2023
1 parent bdd9c39 commit e7b3900
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,26 @@ def test_list_distributions(self, m_request, base_absolut_url):
{
"name": "test",
"fileIds": [1, 2, 3],
"bundleIds": None,
},
{
"name": "test",
"fileIds": [1, 2, 3],
"bundleIds": None,
"exportMode": ExportMode.DEFAULT
},
),
(
{
"name": "test",
"bundleIds": [1],
"fileIds": None,
"exportMode": ExportMode.BUNDLE
},
{
"name": "test",
"bundleIds": [2],
"fileIds": None,
"exportMode": ExportMode.BUNDLE
},
),
Expand Down

0 comments on commit e7b3900

Please sign in to comment.