From 4ef7a2379a12e35a52b38b55d326423e1939879f Mon Sep 17 00:00:00 2001 From: Vishakha Agarwal Date: Thu, 6 Aug 2020 16:13:38 +0530 Subject: [PATCH] NIT: Spelling Fix This patch fixes spelling "project" in test_sql_upgrade.py file. Change-Id: I8b1a8dbea5fb17707e59fae8605cc615f1b51f2c --- keystone/tests/unit/test_sql_upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone/tests/unit/test_sql_upgrade.py b/keystone/tests/unit/test_sql_upgrade.py index 22cb442600..dd97ff8a27 100644 --- a/keystone/tests/unit/test_sql_upgrade.py +++ b/keystone/tests/unit/test_sql_upgrade.py @@ -3437,7 +3437,7 @@ class FullMigration(SqlMigrateBase, unit.TestCase): self.assertTrue(self.does_unique_constraint_exist( 'access_rule', ['user_id', 'service', 'path', 'method'])) - def test_migration_066_add_role_and_prject_options_tables(self): + def test_migration_066_add_role_and_project_options_tables(self): self.expand(65) self.migrate(65) self.contract(65)