Skip to content

Commit

Permalink
Fix a false positive on a scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfuqua committed Jul 23, 2024
1 parent b11e704 commit d2ba0ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Feature: Resources "Read" Operation validations
Given the system has these "Schools"
| schoolId | nameOfInstitution | educationOrganizationCategories | gradeLevels |
| 100 | School Test | [{ "educationOrganizationCategoryDescriptor": "uri://tpdm.ed-fi.org/EducationOrganizationCategoryDescriptor#School"}] | [ {"gradeLevelDescriptor": "uri://ed-fi.org/GradeLevelDescriptor#Ninth grade"}] |
And a POST request is made to "courses" with
And a POST request is made to "/ed-fi/courses" with
"""
{
"courseCode": "ALG-2",
Expand Down

0 comments on commit d2ba0ee

Please sign in to comment.