(port)
| 79 | |
| 80 | # TODO: implement this so we can use the with sintax |
| 81 | def add_test_graph(port): |
| 82 | requests.post( |
| 83 | raphtory_url(port), |
| 84 | headers=WRITE_HEADERS, |
| 85 | data=json.dumps({"query": NEW_TEST_GRAPH}), |
| 86 | ) |
| 87 | |
| 88 | |
| 89 | def test_expired_token(): |
no test coverage detected