Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin committed Jun 6, 2024
1 parent b2e64bc commit 16597c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_previews_discovery(self, client):
assert b"with_template_render" in response.content

def test_inspect(self, client):
slug = "/".join(["previews", "simple_example_component", "with_title"])
slug = "/".join(["simple_example_component", "with_title"])
response = client.get(
reverse(
"django_lookbook:inspect",
Expand Down

0 comments on commit 16597c8

Please sign in to comment.