Skip to content

Commit

Permalink
Merge branch 'main' into fix/jenkins-version
Browse files Browse the repository at this point in the history
  • Loading branch information
danistrebel authored Jun 30, 2023
2 parents b6a3b9f + fa966b0 commit a957516
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.10.1](https://github.com/apigee/devrel/compare/v1.10.0...v1.10.1) (2023-06-20)


### Bug Fixes

* **data-api:** remove nullable fields from data-api test cases ([7767d7b](https://github.com/apigee/devrel/commit/7767d7bb86ad5823fb6a5b037a0a06c376f6dca5))

## [1.10.0](https://github.com/apigee/devrel/compare/v1.9.1...v1.10.0) (2023-05-26)


Expand Down
2 changes: 1 addition & 1 deletion references/cicd-pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ gcloud projects add-iam-policy-binding "$PROJECT_ID" \
# Required only for org-level config
gcloud projects add-iam-policy-binding "$PROJECT_ID" \
--member="serviceAccount:$CLOUD_BUILD_SA" \
--role="roles/apigee.orgAdmin"
--role="roles/apigee.admin"
```

Configure the (externally reachable) hostname of your Apigee environment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Feature:
Then response code should be 200
And response body path $ should be of type array with length 5
And response body path $.[0].rental_id should not be null
And response body path $.[0].bike_id should not be null
And response body path $.[0].duration should not be null

Scenario: Get a specific number of bike rentals
Given I set query parameters to
Expand Down Expand Up @@ -61,5 +59,3 @@ Feature:
When I GET /bikerentals
Then response code should be 200
And response body path $.[0].rental_id should not be null
And response body path $.[0].bike_id should not be null
And response body path $.[0].duration should be null

0 comments on commit a957516

Please sign in to comment.