@@ -96,8 +96,7 @@ def disk_poll_func():
9696 .rstrip ()
9797 )
9898
99- # #TODO:: Add "disk_encryption" when spec shows the header
100- headers = ["id" , "label" , "status" , "size" , "filesystem" ]
99+ headers = ["id" , "label" , "status" , "size" , "filesystem" , "disk_encryption" ]
101100
102101 assert_headers_in_lines (headers , res .splitlines ())
103102
@@ -126,8 +125,7 @@ def disk_poll_func():
126125 .rstrip ()
127126 )
128127
129- # TODO:: Add "disk_encryption" when spec shows the header
130- headers = ["id" , "label" , "status" , "size" , "filesystem" ]
128+ headers = ["id" , "label" , "status" , "size" , "filesystem" , "disk_encryption" ]
131129
132130 assert_headers_in_lines (headers , res .splitlines ())
133131
@@ -183,8 +181,7 @@ def test_disk_update(linode_instance_disk_tests):
183181 .rstrip ()
184182 )
185183
186- # TODO:: Add "disk_encryption" when spec shows the header
187- headers = ["id" , "label" , "status" , "size" , "filesystem" ]
184+ headers = ["id" , "label" , "status" , "size" , "filesystem" , "disk_encryption" ]
188185
189186 assert_headers_in_lines (headers , res .splitlines ())
190187 assert update_label in res
@@ -208,7 +205,6 @@ def test_disks_list(linode_instance_disk_tests):
208205 .rstrip ()
209206 )
210207
211- # TODO:: Add "disk_encryption" when spec shows the header
212- headers = ["id" , "label" , "status" , "size" , "filesystem" ]
208+ headers = ["id" , "label" , "status" , "size" , "filesystem" , "disk_encryption" ]
213209
214210 assert_headers_in_lines (headers , res .splitlines ())
0 commit comments