Skip to content

Commit

Permalink
remove trailing legacy test
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Sep 22, 2023
1 parent 425329d commit abd35fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ def test_user_extension(self):

user_override_active_cliargs['user_override_name'] = 'testusername'
snippet_result = p.get_snippet(user_override_active_cliargs)
self.assertTrue('USER testusername' in snippet_result)
self.assertTrue('WORKDIR /home/testusername' in snippet_result)
self.assertTrue('userdel -r' in snippet_result)

Expand Down

0 comments on commit abd35fa

Please sign in to comment.