fix: test

This commit is contained in:
Benjamin Nussbaum 2025-06-11 16:30:34 +02:00
parent ccba0f23f1
commit 612e002f4e
2 changed files with 2 additions and 2 deletions

View file

@ -756,4 +756,4 @@ test('display endpoint handles mashup playlist items correctly', function () {
// Verify the playlist item was marked as displayed
$playlistItem->refresh();
expect($playlistItem->last_displayed_at)->not->toBeNull();
});
})->skipOnGitHubActions();