Skip to content

Commit

Permalink
pcs
Browse files Browse the repository at this point in the history
  • Loading branch information
devights committed Oct 30, 2024
1 parent f7ddeed commit a1b6cf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion uw_adsel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ def assign_cohorts_manual(self, cohort_assignment):
response = self._post_resource(url, request)
return {"response": response, "request": request}


def assign_cohorts_bulk(self, cohort_assignment):
url = "/cohort/bulk"
request = cohort_assignment.json_data()
Expand Down
2 changes: 1 addition & 1 deletion uw_adsel/tests/test_adselazure.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class AdselTest(TestCase):

def test_bulk_assign(self):
submit = self.adsel.assign_cohorts_bulk(self.cohort)
self.assertEqual(submit["response"], {})
self.assertEqual(submit["response"], {})

0 comments on commit a1b6cf7

Please sign in to comment.