-
Notifications
You must be signed in to change notification settings - Fork 1
#1 abstract test a.1 #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Implemented abstract test A.1.1 and its integration test (IT) - Added test URL for execution - Defined execution order
…variables - Updated test suite from Features to Maps to fix mvn build error - Modified testng.xml - Replaced hardcoded test counts with variables to prevent build failures due to mismatched results
…apserver_world_map")
bpross-52n
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get a build error due to formatting violations. Running mvn spring-javaformat:apply should fix this.
| @Test(description = "Implements A.1.1. Abstract Test for Requirement Map Operation (Requirement /req/core/map-op)") | ||
| public void verifyMapRetrievalOperation() throws Exception { | ||
| ObjectMapper objectMapper = new ObjectMapper(); | ||
| String apiUrl = rootUri.toString() + "/collections?f=json"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please use the the Accept header (application/json) instead of f=json?
|
Closes #1