Skip to content

Commit

Permalink
Clean up test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce committed Jun 19, 2024
1 parent c90c4ae commit 2889902
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions tests/integration/test_minimum_tls_version_invalid.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ def _get_config_file_name(self) -> str:
return config_file.name

def test_minimum_tls_version_invalid(self):
# Uncomment the following line to preserve
# test case output and other files (config, state, ect.)
# in system temp folder.
# self.set_delete_temp_folder(False)
log_contents = self._get_log_contents()
self.assertIn("Unrecognized value for TABPY_MINIMUM_TLS_VERSION", log_contents)
self.assertIn("Setting minimum TLS version to TLSv1_2", log_contents)
4 changes: 0 additions & 4 deletions tests/integration/test_minimum_tls_version_valid.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@ def _get_config_file_name(self) -> str:
return config_file.name

def test_minimum_tls_version_valid(self):
# Uncomment the following line to preserve
# test case output and other files (config, state, ect.)
# in system temp folder.
# self.set_delete_temp_folder(False)
log_contents = self._get_log_contents()
self.assertIn("Setting minimum TLS version to TLSv1_3", log_contents)

0 comments on commit 2889902

Please sign in to comment.