Fixed typo
This commit is contained in:
parent
de300433c8
commit
b866013ba4
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ defmodule Pinchflat.SlowIndexing.SlowIndexingHelpersTest do
|
||||||
response =
|
response =
|
||||||
Phoenix.json_library().encode!(%{
|
Phoenix.json_library().encode!(%{
|
||||||
id: "video1",
|
id: "video1",
|
||||||
# This is a disallowed title - set MediaItem changeset or issue #549
|
# This is a disallowed title - see MediaItem changeset or issue #549
|
||||||
title: "youtube video #123",
|
title: "youtube video #123",
|
||||||
original_url: "https://example.com/video1",
|
original_url: "https://example.com/video1",
|
||||||
live_status: "not_live",
|
live_status: "not_live",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue