Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/verify-tff-mapping')
-rwxr-xr-xscripts/verify-tff-mapping4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/verify-tff-mapping b/scripts/verify-tff-mapping
index 3493e0f4d2b..872f8dae86e 100755
--- a/scripts/verify-tff-mapping
+++ b/scripts/verify-tff-mapping
@@ -78,8 +78,8 @@ tests = [
{
explanation: 'Migration should map to its non-timestamped spec',
- source: 'db/migrate/20210818220234_add_default_project_approval_rules_vuln_allowed.rb',
- expected: ['spec/migrations/add_default_project_approval_rules_vuln_allowed_spec.rb']
+ source: 'db/migrate/20221014034338_populate_releases_access_level_from_repository.rb',
+ expected: ['spec/migrations/populate_releases_access_level_from_repository_spec.rb']
},
{