Skip to content

Commit 12511f5

Browse files
committed
Fix tests
1 parent e316a71 commit 12511f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vws/vws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _target_api_request(
6565

6666
headers = {
6767
'Authorization': signature_string,
68-
'Date': date,
68+
'Date': date_string,
6969
'Content-Type': content_type,
7070
}
7171

0 commit comments

Comments
 (0)