Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added Online Store rest client errors handler
- Fixed linter

Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
  • Loading branch information
tmihalac committed Sep 5, 2024
commit 3561487b1e107188ef6db7f4a1986c7546c91491
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ def test_push_source_does_not_exist(python_fs_client):
initial_temp = _get_temperatures_from_feature_server(
python_fs_client, location_ids=[1]
)[0]
with pytest.raises(PushSourceNotFoundException, match="Unable to find push source 'push_source_does_not_exist'"):
with pytest.raises(
PushSourceNotFoundException,
match="Unable to find push source 'push_source_does_not_exist'",
):
python_fs_client.post(
"/push",
data=json.dumps(
Expand Down