Skip to content

Commit

Permalink
chore: applying format and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fafnirZ committed Nov 1, 2024
1 parent 16ed1a4 commit 2ea689a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_gs_specific.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import pytest

from urllib.parse import urlparse, parse_qs
Expand Down Expand Up @@ -51,12 +50,13 @@ def test_as_url(gs_rig):
assert "X-Goog-SignedHeaders" in query_params
assert "X-Goog-Signature" in query_params


@pytest.mark.parametrize(
"content, expected_hash",
[
("hello world", "5eb63bbbe01eeed093cb22bb8f5acdc3"),
("another test case", "4f8182cd9856777ebe3c4f5dc58dacea")
]
("another test case", "4f8182cd9856777ebe3c4f5dc58dacea"),
],
)
def test_md5_property(content, expected_hash, gs_rig, monkeypatch):
# if USE_LIVE_CLOUD this doesnt have any effect
Expand Down

0 comments on commit 2ea689a

Please sign in to comment.