Skip to content

Commit 15ee6ab

Browse files
author
Eric Giguere
committed
Fix issue on error
1 parent d89b848 commit 15ee6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/report_failing_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from datetime import date
66

77
def open_issue(token):
8-
url = "https://api.github.com/repos/qutip/qutip-jax/issues"
8+
url = "https://api.github.com/repos/qutip/qutip-benchmark/issues"
99
data = json.dumps({
1010
"title": f"Automated tests failed on {date.today()}",
1111
"labels": ["bug"],

0 commit comments

Comments
 (0)