Skip to content

Commit

Permalink
fix: Callback URL file for account validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkheir committed Nov 6, 2024
1 parent 9ab4e04 commit cccdf43
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 1.17.2 - 2024-11-06

### Fixed

- Fix callback URL file for account validation

## 1.17.1 - 2024-11-04

### Fixed
Expand Down
18 changes: 10 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "sekoia-automation-sdk"

version = "1.17.1"
version = "1.17.2"
description = "SDK to create Sekoia.io playbook modules"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 0 additions & 2 deletions sekoia_automation/account_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@


class AccountValidator(ModuleItem):
CALLBACK_URL_FILE_NAME = "validation_callback_url"

def __init__(self, module: Module | None = None, data_path: Path | None = None):
super().__init__(module, data_path)
self._error: str | None = None
Expand Down

0 comments on commit cccdf43

Please sign in to comment.