Skip to content

Commit 8320dec

Browse files
potatoarmab
andauthored
Update st2api/tests/unit/controllers/v1/test_webhooks.py
Co-authored-by: Eugen C. <armab@users.noreply.github.com>
1 parent e07f04b commit 8320dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

st2api/tests/unit/controllers/v1/test_webhooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def get_webhook_trigger(name, url):
329329
def test_authentication_headers_should_be_removed(self, dispatch_mock):
330330
headers = {
331331
'Content-Type': 'application/x-www-form-urlencoded',
332-
'St2-Api-_Key': 'foobar',
332+
'St2-Api-Key': 'foobar',
333333
'X-Auth-Token': 'deadbeaf',
334334
'Cookie': 'foo=bar'
335335
}

0 commit comments

Comments
 (0)