Skip to content

Commit 57843ca

Browse files
committed
Updated Mix tests
1 parent 0edfeb8 commit 57843ca

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/test_mix.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,9 @@ def test_mixv2_unavailable(session):
4545
mix = session.mixv2("12345678")
4646

4747

48-
@pytest.mark.skip(reason="Cannot test against user specific mixes")
4948
def test_mix_available(session):
50-
mix = session.mix("016edb91bc504e618de6918b11b25b")
49+
mix = session.mix("001cb879e927219fc3322cb03aed01")
5150

5251

53-
@pytest.mark.skip(reason="Cannot test against user specific mixes")
5452
def test_mixv2_available(session):
55-
mix = session.mixv2("016edb91bc504e618de6918b11b25b")
53+
mix = session.mixv2("001cb879e927219fc3322cb03aed01")

0 commit comments

Comments
 (0)