Skip to content
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

Fix:RDS:add DBParameterGroupArn in describe-db-parameter-groups & cre… #3462

Merged
merged 5 commits into from
Dec 1, 2020

Conversation

usmangani1
Copy link
Contributor

Fix:RDS:add DBParameterGroupArn in describe-db-parameter-groups & create-db-parameter-group
localstack/localstack#3219

moto/rds2/models.py Outdated Show resolved Hide resolved
@@ -1518,6 +1520,9 @@ def test_create_db_parameter_group():
db_parameter_group["DBParameterGroup"]["Description"].should.equal(
"test parameter group"
)
db_parameter_group["DBParameterGroup"]["DBParameterGroupArn"].should.equal(
"arn:aws:rds:{0}:REDACTED:pg:{1}".format(region, pg_name)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The moto.core.ACCOUNT_ID has to be replaced here as well (same in the other test)

@coveralls
Copy link

coveralls commented Nov 16, 2020

Coverage Status

Coverage increased (+0.04%) to 94.523% when pulling 84e70df on usmangani1:LISSUE_3219 into 47dbad2 on spulec:master.

Copy link
Collaborator

@bblommers bblommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @usmangani1!

@bblommers bblommers merged commit b2adcdf into getmoto:master Dec 1, 2020
@bblommers
Copy link
Collaborator

This is now part of moto >= 1.3.16.dev154

robjwilkins pushed a commit to robjwilkins/moto that referenced this pull request Dec 7, 2020
getmoto#3462)

* Fix:RDS:add DBParameterGroupArn in describe-db-parameter-groups & create-db-parameter-group

* Test change

* Fixed tests

* tests change acconutID

* linting

Co-authored-by: usmankb <usman@krazybee.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants