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:
Ursprung
36257fbdfe
Commit
791eab6c47
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -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
|
||||||
|
|
Laden …
In neuem Issue referenzieren