diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-28 18:15:00 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-28 18:15:00 +0000 |
| commit | 14059114eb35b29cf83aa1b715158c96c55ab388 (patch) | |
| tree | b9b96e6bb66e3b1caf900bdce664a234087a4848 /scripts/verify-tff-mapping | |
| parent | ee7db70e1185876e97eca97ce8efabfc64c360b9 (diff) | |
| download | gitlab-ce-14059114eb35b29cf83aa1b715158c96c55ab388.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/verify-tff-mapping')
| -rwxr-xr-x | scripts/verify-tff-mapping | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/verify-tff-mapping b/scripts/verify-tff-mapping index 2fbafed3987..2f803bcda28 100755 --- a/scripts/verify-tff-mapping +++ b/scripts/verify-tff-mapping @@ -81,13 +81,13 @@ tests = [ source: 'db/migrate/20221014034338_populate_releases_access_level_from_repository.rb', expected: ['spec/migrations/populate_releases_access_level_from_repository_spec.rb'] }, - + # rubocop:disable Layout/LineLength { explanation: 'Migration should map to its timestamped spec', - source: 'db/post_migrate/20210915022415_cleanup_bigint_conversion_for_ci_builds.rb', - expected: ['spec/migrations/20210915022415_cleanup_bigint_conversion_for_ci_builds_spec.rb'] + source: 'db/post_migrate/20230105172120_sync_new_amount_used_with_amount_used_on_ci_namespace_monthly_usages_table.rb', + expected: ['spec/migrations/20230105172120_sync_new_amount_used_with_amount_used_on_ci_namespace_monthly_usages_table_spec.rb'] }, - + # rubocop:enable Layout/LineLength { explanation: 'FOSS views should map to respective spec', source: 'app/views/admin/dashboard/index.html.haml', |
