Skip to content

Commit

Permalink
test name
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed May 25, 2024
1 parent cf99dc7 commit 84be129
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ async def test_update_external_job_activity(activity_environment, team, **kwargs

@pytest.mark.django_db(transaction=True)
@pytest.mark.asyncio
async def test_run_stripe_job_t(activity_environment, team, minio_client, **kwargs):
async def test_run_stripe_job(activity_environment, team, minio_client, **kwargs):
async def setup_job_1():
new_source = await sync_to_async(ExternalDataSource.objects.create)(
source_id=uuid.uuid4(),
Expand Down

0 comments on commit 84be129

Please sign in to comment.