@@ -155,7 +155,7 @@ describe Gitlab::GithubImport::Importer, lib: true do
message: 'The remote data could not be fully imported.',
errors: [
{type: :label,url: "https://api.github.com/repos/octocat/Hello-World/labels/bug",errors: "Validation failed: Title can't be blank, Title is invalid"},
{type: :issue,url: "https://api.github.com/repos/octocat/Hello-World/issues/1348",errors: "Validation failed: Title can't be blank, Title is too short (minimum is 0 characters)"},
{type: :issue,url: "https://api.github.com/repos/octocat/Hello-World/issues/1348",errors: "Validation failed: Title can't be blank"},
{type: :wiki,errors: "Gitlab::Shell::Error"},
{type: :release,url: 'https://api.github.com/repos/octocat/Hello-World/releases/2',errors: "Validation failed: Description can't be blank"}