@@ -18,7 +18,7 @@ def test_build_headers(self, time, notifire_client):
1818 'Content-Type' : 'application/json' ,
1919 'Content-Encoding' : 'gzip' ,
2020 'X-Notifire-Auth' : (
21- 'Notifire notifire_api_key =service_api_key, '
21+ 'Notifire notifire_service_api_key =service_api_key, '
2222 'notifire_timestamp=123456.789, '
2323 'notifire_client={}' .format ('notifire-python' )
2424 )
@@ -44,7 +44,7 @@ def test_sendNotification(self, time, host, path, notifire_client, _send):
4444 'Content-Type' : 'application/json' ,
4545 'Content-Encoding' : 'gzip' ,
4646 'X-Notifire-Auth' : (
47- 'Notifire notifire_api_key =service_api_key, '
47+ 'Notifire notifire_service_api_key =service_api_key, '
4848 'notifire_timestamp=123456.789, '
4949 'notifire_client={}' .format ('notifire-python' )
5050 )
@@ -75,7 +75,7 @@ def test_send(self, time, host, path, notifire_client, _send):
7575 'Content-Type' : 'application/json' ,
7676 'Content-Encoding' : 'gzip' ,
7777 'X-Notifire-Auth' : (
78- 'Notifire notifire_api_key =service_api_key, '
78+ 'Notifire notifire_service_api_key =service_api_key, '
7979 'notifire_timestamp=123456.789, '
8080 'notifire_client={}' .format ('notifire-python' )
8181 )
0 commit comments