Skip to content

Commit

Permalink
fix create test
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroroiz committed Apr 4, 2024
1 parent 4cd8874 commit 4dc13e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/confidant/routes/credentials_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def test_create_credential(mocker: MockerFixture, credential: Credential):
'/v1/credentials',
headers={"Content-Type": 'application/json'},
data=json.dumps({
'name': 'me',
'name': 'new key',
'documentation': 'doc',
'credential_pairs': {'key': 'value'},
}),
Expand Down

0 comments on commit 4dc13e3

Please sign in to comment.