Examples: Drop deprecated aliases query, urlPattern (#2443)

This commit is contained in:
Paul Melnikow
2018-12-03 16:30:12 -05:00
committed by GitHub
parent 4f83015732
commit 809ecf73b9
17 changed files with 25 additions and 36 deletions

View File

@@ -57,7 +57,7 @@ module.exports = class GitlabPipelineStatus extends BaseSvgScrapingService {
title: 'Gitlab pipeline status (self-hosted)',
pattern: ':user/:repo',
namedParams: { user: 'GNOME', repo: 'pango' },
query: { gitlab_url: 'https://gitlab.gnome.org' },
queryParams: { gitlab_url: 'https://gitlab.gnome.org' },
staticExample: this.render({ status: 'passed' }),
},
]