diff --git a/tests/Format/HTML/ConfigTest.php b/tests/Format/HTML/ConfigTest.php
index f5f4a502..75162c13 100644
--- a/tests/Format/HTML/ConfigTest.php
+++ b/tests/Format/HTML/ConfigTest.php
@@ -31,7 +31,7 @@ public function providerEditOn()
// Support any provider
[
['edit_on' => ['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/onigoetz/daux.io/src/master/docs/']],
- ['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/onigoetz/daux.io/src/master/docs/']
+ ['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/onigoetz/daux.io/src/master/docs']
]
];
}