Skip to content

Commit

Permalink
test: update test as the issue was fixed in e43974c
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 21, 2022
1 parent 8c582f8 commit 05d5d5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions spec/fixtures/approvals/matrix_integration_spec.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@
]
},
"PactBroker::Matrix::Service find when the consumer version currently deployed has no pacts with a provider allows the provider to be deployed": {
"deployable": null,
"deployable": true,
"reasons": [
"PactBroker::Matrix::PactNotVerifiedByRequiredProviderVersion"
"PactBroker::Matrix::NoDependenciesMissing"
]
}
}
2 changes: 1 addition & 1 deletion spec/lib/pact_broker/matrix/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ module Matrix
]
end

it "allows the provider to be deployed", pending: true do
it "allows the provider to be deployed" do
expect(subject.deployment_status_summary).to be_deployable
end
end
Expand Down

0 comments on commit 05d5d5f

Please sign in to comment.