File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,6 @@ def test_get_ieds_table_name_cached(self):
2424 del os .environ ["IEDS_TABLE_NAME" ]
2525 self .assertEqual (os_vars .get_ieds_table_name_cached (), "ieds-table" )
2626
27- @patch .dict (os .environ , {"DELTA_TABLE_NAME" : "delta-table" })
28- def test_get_delta_table_name (self ):
29- self .assertEqual (os_vars .get_delta_table_name (), "delta-table" )
30-
31- @patch .dict (os .environ , {"DELTA_TABLE_NAME" : "delta-table" })
32- def test_get_delta_table_name_cached (self ):
33- self .assertEqual (os_vars .get_delta_table_name_cached (), "delta-table" )
34- del os .environ ["DELTA_TABLE_NAME" ]
35- self .assertEqual (os_vars .get_delta_table_name_cached (), "delta-table" )
36-
3727 @patch .dict (os .environ , {"PDS_ENV" : "prod" })
3828 def test_get_pds_env_with_value (self ):
3929 self .assertEqual (os_vars .get_pds_env (), "prod" )
You can’t perform that action at this time.
0 commit comments