File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,9 @@ def test_get_manifest_by_label(self):
8080 # Test getting manifest by the specific label
8181 label = "contentauth:urn:uuid:c85a2b90-f1a0-4aa4-b17f-f938b475804e"
8282 manifest = reader .get_manifest_by_label (label )
83-
84- # Check that we got the correct manifest
8583 self .assertEqual (manifest ["label" ], label )
8684
87- # Verify it's the same as the active manifest (since there's only one)
85+ # It should be the active manifest too, so cross-check
8886 active_manifest = reader .get_active_manifest ()
8987 self .assertEqual (manifest , active_manifest )
9088
@@ -95,8 +93,6 @@ def test_stream_get_non_active_manifest_by_label(self):
9593
9694 non_active_label = "urn:uuid:54281c07-ad34-430e-bea5-112a18facf0b"
9795 non_active_manifest = reader .get_manifest_by_label (non_active_label )
98-
99- # Check that we got the correct manifest
10096 self .assertEqual (non_active_manifest ["label" ], non_active_label )
10197
10298 # Verify it's not the active manifest
You can’t perform that action at this time.
0 commit comments