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

Commit

Permalink
fix: ref 6b3ff0b
Browse files Browse the repository at this point in the history
  • Loading branch information
knakazawa99 committed Jan 25, 2024
1 parent 7b9cbad commit 32a43c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_glue_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ def test_watch_job_fail(aws_credentials, glue_job_client):
def test_get_client(aws_credentials):
with mock_glue():
glue_job_run = GlueJobRun(
job_name="test_job_name",
arguments={"arg1": "value1"},
job_name="test_job_name", aws_credentials=aws_credentials
)
glue_job_run._get_client()
assert hasattr(glue_job_run.client, "get_job_run")
Expand Down

0 comments on commit 32a43c0

Please sign in to comment.