Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add aws_credentials to test_get_client
Browse files Browse the repository at this point in the history
  • Loading branch information
knakazawa99 committed Jan 24, 2024
1 parent 9e06097 commit 41367dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_glue_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_watch_job_fail(aws_credentials, glue_job_client):
glue_job_run._watch_job()


def test_get_client():
def test_get_client(aws_credentials):
with mock_glue():
glue_job_run = GlueJobRun(
job_name="test_job_name", arguments={"arg1": "value1"}
Expand Down

0 comments on commit 41367dd

Please sign in to comment.