Me pide que agregue texto provisional a un campo de texto , ya intente de todo y no me deja nose cual sea el problema

Cuéntanos qué está pasando:
Describe tu problema en detalle aquí.

  **Tu código hasta el momento**

<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>

<p>Things cats love:</p>
<ul>
  <li>cat nip</li>
  <li>laser pointers</li>
  <li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>
<ol>
  <li>flea treatment</li>
  <li>thunder</li>
  <li>other cats</li>
</ol>
<input type="text" placeholder="#">
</main>
  **Información de tu navegador:**

El agente de usuario es: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36

Desafío: Agrega texto provisional a un campo de texto

Enlaza al desafío:

The failing test says:

Debes establecer el valor de tu atributo placeholder en cat photo URL .

This is your placeholder:

<input type="text" placeholder="#">

You have a placeholder or “#”.

When I fix that, your code passes for me.