Skip to content

Commit

Permalink
chore: rename provider to api-explore-connectionservice, ignore pact …
Browse files Browse the repository at this point in the history
…files from src
  • Loading branch information
YOU54F committed Sep 5, 2024
1 parent fd3a147 commit 0dd0cc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 145 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,5 @@ FodyWeavers.xsd
*.sln.iml

# distribution artifacts
/dist
/dist
pacts/
2 changes: 1 addition & 1 deletion test/Explore.Cli.Tests/PactConsumerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public ExploreCliTests(ITestOutputHelper output)
LogLevel = PactLogLevel.Debug
};

this.pact = Pact.V4("explore-cli", "explore-service", config).WithHttpInteractions();
this.pact = Pact.V4("explore-cli", "api-explore-connectionservice", config).WithHttpInteractions();
}

[Fact]
Expand Down
143 changes: 0 additions & 143 deletions test/Explore.Cli.Tests/pacts/explore-cli-explore-service.json

This file was deleted.

0 comments on commit 0dd0cc6

Please sign in to comment.