Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Remove redundant print from test_services.py.
  • Loading branch information
Mtk112 committed Jul 13, 2023
1 parent 544253e commit 948852e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/test/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def populate_two_pages_of_lipas(create_db, main_db_params, lipas_loader_url):
payload = {
"pages": [1, 2],
}
print(payload["pages"][1])
r = requests.post(lipas_loader_url, data=json.dumps(payload))
data = r.json()
print(data)
Expand Down

0 comments on commit 948852e

Please sign in to comment.