Remove debug items from graphs test
This commit is contained in:
parent
3ae8a43df4
commit
3bb18103c9
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ my $session_key = $framework->login({
|
||||||
email => 'org@example.com',
|
email => 'org@example.com',
|
||||||
password => 'abc123',
|
password => 'abc123',
|
||||||
});
|
});
|
||||||
use Devel::Dwarn;
|
|
||||||
|
|
||||||
$t->post_ok('/api/v1/organisation/graphs' => json => {
|
$t->post_ok('/api/v1/organisation/graphs' => json => {
|
||||||
session_key => $session_key,
|
session_key => $session_key,
|
||||||
|
|
Reference in a new issue