Skip to content

Commit

Permalink
fixup! Add handling for non existent components
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Nov 24, 2023
1 parent d09d925 commit 508428d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/web/maintenance/views_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_with_non_existent_netbox_key_in_url_should_fail(self, db, client):
response = client.get(url, follow=True)

assert response.status_code == 200
assert "netbox: no elements with the given pks found" in smart_str(
assert "netbox: no elements with the given identifiers found" in smart_str(
response.content
)

Expand Down

0 comments on commit 508428d

Please sign in to comment.