Skip to content

Commit

Permalink
Tests: Use example.com according to RFC2606
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Oct 6, 2021
1 parent ba59519 commit 57a715a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions features/update/pull_request.feature
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Feature: Create a pull-request/merge-request after update
And I set the environment variables to:
| variable | value |
| GITHUB_TOKEN | foobar |
| GITHUB_BASE_URL | https://github.faker.com |
| GITHUB_BASE_URL | https://github.example.com |
And a file named "config_defaults.yml" with:
"""
---
Expand All @@ -34,7 +34,7 @@ Feature: Create a pull-request/merge-request after update
---
puppet-test:
gitlab: {
base_url: 'https://gitlab.faker.com'
base_url: 'https://gitlab.example.com'
}
"""
And I set the environment variables to:
Expand Down Expand Up @@ -63,7 +63,7 @@ Feature: Create a pull-request/merge-request after update
---
puppet-test:
gitlab: {
base_url: 'https://gitlab.faker.com'
base_url: 'https://gitlab.example.com'
}
"""
And I set the environment variables to:
Expand All @@ -81,7 +81,7 @@ Feature: Create a pull-request/merge-request after update
---
puppet-test:
gitlab: {
base_url: https://gitlab.faker.com
base_url: https://gitlab.example.com
}
"""
And a file named "config_defaults.yml" with:
Expand All @@ -107,11 +107,11 @@ Feature: Create a pull-request/merge-request after update
---
puppet-github:
github:
base_url: https://github.faker.com
base_url: https://github.example.com
token: 'secret'
puppet-gitlab:
gitlab:
base_url: https://gitlab.faker.com
base_url: https://gitlab.example.com
token: 'secret'
"""
And a file named "config_defaults.yml" with:
Expand Down Expand Up @@ -139,7 +139,7 @@ Feature: Create a pull-request/merge-request after update
puppet-test:
gitlab:
token: 'secret'
base_url: 'https://gitlab.faker.com'
base_url: 'https://gitlab.example.com'
"""
And a file named "config_defaults.yml" with:
"""
Expand All @@ -165,7 +165,7 @@ Feature: Create a pull-request/merge-request after update
puppet-test:
github:
token: 'secret'
base_url: 'https://gitlab.faker.com'
base_url: 'https://gitlab.example.com'
"""
And a file named "config_defaults.yml" with:
"""
Expand Down

0 comments on commit 57a715a

Please sign in to comment.