fix race condition in test_oauth (#1956)

This commit is contained in:
bmccandless
2020-10-29 11:05:23 -07:00
committed by GitHub
parent 727af83152
commit 6a1e5f71be
3 changed files with 11 additions and 10 deletions
-1
View File
@@ -20,7 +20,6 @@ class CLIPLaunchTests(unittest.TestCase):
def tearDownClass(cls) -> None:
shutil.rmtree(cls.tmp_dir)
def test_dump_default_config(self):
os.system(f"cellxgene launch --dump-default-config > {self.tmp_dir}/test_config_dump.txt")
with open(f"{self.tmp_dir}/expected_config_dump.txt", "w") as expected_config: