We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d92ef1 commit 760efe4Copy full SHA for 760efe4
tests/obligationClassifications_test.go
@@ -83,12 +83,12 @@ func TestGetAllObligationClassification(t *testing.T) {
83
})
84
}
85
func TestDeleteObligationClassificationAPI(t *testing.T) {
86
- classification := "TEST_CREATE"
+ classification := "TEST_DELETE_CREATE"
87
loginAs(t, "admin")
88
89
validClassification := models.ObligationClassification{
90
Classification: classification,
91
- Color: "#FF00FF",
+ Color: "#FF00FE",
92
Active: boolPtr(true),
93
94
0 commit comments