Skip to content

Commit

Permalink
Change ROCK name to be the same as the resources in charmcraft (#7)
Browse files Browse the repository at this point in the history
* Change ROCK name to be the same as the resources in charmcraft

* Change parameter for the integration tests
  • Loading branch information
amandahla authored Jul 13, 2023
1 parent c46af25 commit 4ddb3e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions githubactionsexporter_rock/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: githubactionsexporter
summary: githubactionsexporter rock
name: github-actions-exporter
summary: github-actions-exporter rock
description: GitHub Actions Exporter OCI image for the GitHub Actions Exporter charm
version: "1.0"
base: ubuntu:22.04
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

def pytest_addoption(parser):
"""Parse additional pytest options."""
parser.addoption("--githubactionsexporter-image", action="store")
parser.addoption("--github-actions-exporter-image", action="store")
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async def gh_app_fixture(
)

resources = {
"github-actions-exporter-image": pytestconfig.getoption("--githubactionsexporter-image"),
"github-actions-exporter-image": pytestconfig.getoption("--github-actions-exporter-image"),
}
charm = await ops_test.build_charm(".")
async with ops_test.fast_forward():
Expand Down

0 comments on commit 4ddb3e5

Please sign in to comment.