Skip to content

Commit 0ef8bd6

Browse files
committed
remove debug
1 parent 300e9e4 commit 0ef8bd6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ckanext/activityinfo/tests/test_ui_remove_api_key.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ def test_remove_api_key_success(self, app, ai_user_with_api_key):
1111
environ = {"Authorization": ai_user_with_api_key["token"]}
1212
url = toolkit.url_for("activity_info.remove_api_key")
1313
resp = app.post(url, headers=environ)
14-
f = open('p0.html', 'w')
15-
f.write(resp.body)
16-
f.close()
1714
assert resp.status_code == 200
1815
assert "ActivityInfo API key removed successfully" in resp.body
1916

0 commit comments

Comments
 (0)