Skip to content

Commit f0041bf

Browse files
Mirus LuMirus Lu
authored andcommitted
Reverted unnecessary change to helper test method
1 parent 0eeec0c commit f0041bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ def test_get_selected_roles_multiple_list(self):
110110
selections = creds._get_selected_roles(['test1', 'test2'], self.APP_INFO)
111111
self.assertEqual(selections, {'test1', 'test2'})
112112

113-
def test_get_selected_roles_a(self):
113+
def test_get_selected_roles_all(self):
114114
creds = GimmeAWSCreds()
115115

116-
selections = creds._get_selected_roles('a', self.APP_INFO)
116+
selections = creds._get_selected_roles('all', self.APP_INFO)
117117
self.assertEqual(selections, {'test1', 'test2'})
118118

119119
@patch('builtins.input', return_value='0')

0 commit comments

Comments
 (0)