0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 09:20:29 +01:00

Fix action spec example

Dieser Commit ist enthalten in:
merefield 2021-10-27 14:02:21 +01:00
Ursprung 36257fbdfe
Commit 791eab6c47

Datei anzeigen

@ -312,7 +312,7 @@ describe CustomWizard::Action do
log_entry = CustomWizard::Api::LogEntry.list("my_api").first log_entry = CustomWizard::Api::LogEntry.list("my_api").first
expect(result).to eq({ error: "API request failed" }) expect(result).to eq({ error: "API request failed" })
expect(log_entry.status).to eq('FAILURE') expect(log_entry.status).to eq('FAIL')
end end
end end
end end