Skip to content

Commit dcf685e

Browse files
committed
fix test
1 parent 384ab22 commit dcf685e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/api/tests/test_job_board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def test_passing_language(graphql_client):
9797

9898
resp = graphql_client.query(
9999
"""query {
100-
jobListing(slug: "slug") {
100+
jobListing(slug: "lumaca") {
101101
title
102102
slug
103103
}

0 commit comments

Comments
 (0)