Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
openbullet committed Aug 7, 2024
2 parents b68ee90 + e846c52 commit 21e1b25
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

defaults:
run:
working-directory: src

jobs:
build:
Expand Down
6 changes: 1 addition & 5 deletions CaptchaSharp.Tests/ServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -616,11 +616,7 @@ private async Task RecaptchaMobileTest(SessionParams? sessionParams)
protected Task RecaptchaMobileTest_WithProxy() => RecaptchaMobileTest(_fixture.Config.SessionParams);

private async Task GeeTestV4Test(SessionParams? sessionParams)
{
using var httpClient = new HttpClient();
using var response = await httpClient.GetAsync("https://2captcha.com/demo/geetest-v4");
var pageSource = await response.Content.ReadAsStringAsync();

{
var solution = await Service.SolveGeeTestV4Async(
captchaId: "42977dc9-a215-4b09-aa14-945ef310d829",
siteUrl: "https://2captcha.com/demo/geetest-v4",
Expand Down
1 change: 0 additions & 1 deletion CaptchaSharp/Services/DeathByCaptchaService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using CaptchaSharp.Exceptions;
using CaptchaSharp.Models;
using CaptchaSharp.Models.DeathByCaptcha.Tasks;
using CaptchaSharp.Models.DeathByCaptcha.Tasks;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
Expand Down

0 comments on commit 21e1b25

Please sign in to comment.