Skip to content

Commit

Permalink
Renamed fixtures directories for Django and Flask
Browse files Browse the repository at this point in the history
Signed-off-by: ksg97031 <[email protected]>
  • Loading branch information
ksg97031 committed Sep 27, 2023
1 parent 429d6d8 commit 2ca1776
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion spec/functional_test/testers/python_django_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extected_endpoints = [
Endpoint.new("/delete_test", "DELETE"),
]

FunctionalTester.new("fixtures/django/", {
FunctionalTester.new("fixtures/python_django/", {
:techs => 1,
:endpoints => 20,
}, extected_endpoints).test_all
2 changes: 1 addition & 1 deletion spec/functional_test/testers/python_flask_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extected_endpoints = [
Endpoint.new("/", "GET"),
]

FunctionalTester.new("fixtures/flask/", {
FunctionalTester.new("fixtures/python_flask/", {
:techs => 1,
:endpoints => 7,
}, extected_endpoints).test_all

0 comments on commit 2ca1776

Please sign in to comment.