Skip to content

Commit

Permalink
remove some cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed May 15, 2018
1 parent aa11454 commit 8148d5e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/integration/handlers/test_aws_sns_to_slack_publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
'aws_sns_to_slack_publisher.json'
)

SNS_TOPIC_NAME = "mock-aws-sns-to-slack-publisher-responses"
SLACK_CHANNEL = "#testing"
SLACK_SCHEMA_FILE_PATH = os.path.join(
os.path.dirname(__file__),
'../../../slack-message-schema.json'
)


@pytest.fixture()
def event(event_file=EVENT_FILE):
Expand Down

0 comments on commit 8148d5e

Please sign in to comment.