Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavipuliraju committed Feb 23, 2017
2 parents 39b5a38 + 3575068 commit 0740e35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/runtime/rest/api.org
Original file line number Diff line number Diff line change
Expand Up @@ -6494,7 +6494,7 @@ class TestDeleteDeveloper(TestCase):
response = self.client.post("/developers", data=json.dumps(payload),
headers=headers)

response = self.client.delete("/emails?email=dharamraj@gmail.com&key=defaultkey",
response = self.client.delete("/developers?email=dharamraj@gmail.com&key=defaultkey",
headers=headers)

self.assertEqual(response.status_code, 200)
Expand Down Expand Up @@ -7238,6 +7238,5 @@ if __name__ == '__main__':
<<test_update_asset>>
<<test_delete_asset>>
<<test_get_Developer>>
<<test_delete_developer>>
<<run_test_cases>>
#+end_src

0 comments on commit 0740e35

Please sign in to comment.