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

Commit

Permalink
remove aws_credentials from test_get_client
Browse files Browse the repository at this point in the history
  • Loading branch information
knakazawa99 committed Jan 25, 2024
1 parent cb36769 commit 7b9cbad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_glue_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def test_get_client(aws_credentials):
glue_job_run = GlueJobRun(
job_name="test_job_name",
arguments={"arg1": "value1"},
aws_credentials=aws_credentials,
)
glue_job_run._get_client()
assert hasattr(glue_job_run.client, "get_job_run")
Expand Down

0 comments on commit 7b9cbad

Please sign in to comment.