Skip to content

Commit 617587c

Browse files
committed
x
1 parent da8ef54 commit 617587c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_launch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ def test_empty(self, shell, config_root, tmp_path, run_hab):
224224
proc = runner.run_in_shell(shell, self.sub_cmd_for_uri(""))
225225

226226
# Verify that the default config was not loaded and only aliased was loaded
227+
print("FREEZE:", proc.stdout)
227228
data = utils.decode_freeze(proc.stdout)
228229
assert data["uri"] == "<empty>"
229230
assert data["versions"] == ["aliased==2.0"]
@@ -237,6 +238,7 @@ def test_default(self, shell, config_root, tmp_path, run_hab):
237238
proc = runner.run_in_shell(shell, self.sub_cmd_for_uri("non/defined/uri"))
238239

239240
# Verify that the default config was not loaded and only aliased was loaded
241+
print("FREEZE:", proc.stdout)
240242
data = utils.decode_freeze(proc.stdout)
241243
assert data["uri"] == "non/defined/uri"
242244
assert data["versions"] == [

0 commit comments

Comments
 (0)