Skip to content

Commit

Permalink
fix: graphql carrier test_mode state
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Aug 12, 2024
1 parent 04c8239 commit b80e52c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_update_user_connection(self):
"active": True,
"carrier_id": "sendle",
"carrier_name": "sendle",
"test_mode": True,
"test_mode": False,
"credentials": {
"api_key": "test_api_key",
"sendle_id": "test_sendle_id",
Expand Down

0 comments on commit b80e52c

Please sign in to comment.