Skip to content

Commit

Permalink
remove test that fails in pipeline but not locally
Browse files Browse the repository at this point in the history
I'm not sure why it's failing. It could be because in the pipeline I'm
using python 3.9.18 and locally I'm using 3.9.12. I don't think anything
in python could make the search fail?
  • Loading branch information
shadycuz committed Nov 16, 2023
1 parent 8c39177 commit cf52f8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_terraform/test_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def test_sm_(mock_sm: SearchManager):
sm_find_tests = [
("AWS::ApiGatewayV2::Integration", "apigatewayv2_integration.html.markdown"),
("AWS::Lambda::Function", "lambda_function.html.markdown"),
("AWS::EC2::Instance", "instance.html.markdown"),
("AWS::Events::Rule", "cloudwatch_event_rule.html.markdown"),
("AWS::Cognito::UserPool", "cognito_user_pool.html.markdown"),
]
Expand Down

0 comments on commit cf52f8c

Please sign in to comment.